Skip to content

Commit 3295d9b

Browse files
committed
fixed gen script
1 parent 511dd83 commit 3295d9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nipype-auto-conv/generate

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ echo "Apply latest changes to nipype-auto-conv specs to auto-conv branch..."
1616
git fetch origin auto-conv || echo "Wasn't able to fetch origin/auto-conv, please check your internet connection"
1717
git checkout -b ${CURRENT_BRANCH}-auto-conv
1818
git reset origin/auto-conv
19-
git add $conv_dir/nipype-auto-conv
19+
git add $conv_dir/specs
2020
git commit -m "Update auto-conv specs with latest changes from '$CURRENT_BRANCH'"
2121
# Ignore any other changes outside the auto-conv directory
2222
git reset --hard HEAD

0 commit comments

Comments
 (0)