We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e2c2a commit a07ad62Copy full SHA for a07ad62
scripts/setup.sh
@@ -40,7 +40,7 @@ NSTOOLS_DIR="${PWD}/../nstools"
40
|| ( git clone "https://github.com/agenium-scale/nstools.git" ) ) )
41
42
if [ "${NSTOOLS_CHECKOUT_LAST_COMMIT}" == "" ]; then
43
- git -C "${NSTOOLS_DIR}" checkout v2.2
+ git -C "${NSTOOLS_DIR}" checkout v3.0
44
else
45
git -C "${NSTOOLS_DIR}" checkout master
46
git -C "${NSTOOLS_DIR}" pull
0 commit comments