We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb832cf commit 90ec825Copy full SHA for 90ec825
tools/update-components.sh
@@ -20,5 +20,6 @@ else
20
# -ff is for cleaning untracked files as well as submodules
21
git clean -ffdx
22
git checkout 6689a0142dfbb2cf2bb8f7f7e4f4ae8d019648a9
23
+ cd -
24
fi
25
if [ $? -ne 0 ]; then exit 1; fi
0 commit comments