Skip to content

Commit 511dd83

Browse files
committed
touched up generate script
1 parent 93775cc commit 511dd83

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nipype-auto-conv/generate

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ git merge --ff-only ${CURRENT_BRANCH}-auto-conv
3636

3737
echo "Rebasing '$CURRENT_BRANCH' to apply changes..."
3838
git checkout $CURRENT_BRANCH
39-
git rebase auto-conv
39+
git rebase ${CURRENT_BRANCH}-auto-conv
4040

41-
echo "Successfully converted Nipype tasks to Pydra tasks and rebased '$CURRENT_BRANCH' on top of auto-conv changes."
41+
echo "Successfully converted Nipype tasks to Pydra tasks and rebased '$CURRENT_BRANCH' on top of the 'auto-conv' branch."

0 commit comments

Comments
 (0)