updated uc ref

This commit is contained in:
Dominik Maier 2021-01-23 00:10:59 +01:00
parent c4118e869d
commit e37e432952
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
83d1b426
0dd17c58

View File

@ -19,7 +19,7 @@ if [ "$NEW_VERSION" = "-h" ]; then
exit 1
fi
git submodule init && git submodule update || exit 1
git submodule init && git submodule update unicornafl || exit 1
cd ./unicornafl || exit 1
git fetch origin dev 1>/dev/null || exit 1
git stash 1>/dev/null 2>/dev/null