Skip to content

Commit 3406bd8

Browse files
authored
Merge pull request #16 from thewtex/script-itk-branch
BUG: Set ITK default GIT_TAG to master
2 parents 00845cc + 85863c8 commit 3406bd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SRC_DIR="/work/ITK"
66
BLD_DIR="/work/ITK-bld"
77

88
# If the SRC_DIR is not mounted, then this tag will be checked out
9-
GIT_TAG=${GIT_TAG:-"main"}
9+
GIT_TAG=${GIT_TAG:-"master"}
1010

1111
set -xe
1212

0 commit comments

Comments
 (0)