Skip to content

Commit a07ad62

Browse files
authored
Update setup.sh to last version of nsconfig
1 parent 22e2c2a commit a07ad62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ NSTOOLS_DIR="${PWD}/../nstools"
4040
|| ( git clone "https://github.com/agenium-scale/nstools.git" ) ) )
4141

4242
if [ "${NSTOOLS_CHECKOUT_LAST_COMMIT}" == "" ]; then
43-
git -C "${NSTOOLS_DIR}" checkout v2.2
43+
git -C "${NSTOOLS_DIR}" checkout v3.0
4444
else
4545
git -C "${NSTOOLS_DIR}" checkout master
4646
git -C "${NSTOOLS_DIR}" pull

0 commit comments

Comments
 (0)