Skip to content

Commit 9294cda

Browse files
committed
FIX: heredoc
1 parent 4b7b2f2 commit 9294cda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/feedstock.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ git commit -m "$COMMIT_MSG"
8282
git push -u $GITHUB_USER $BRANCH
8383

8484
if $NEW_PR; then
85-
hub pull-request -b conda-forge:master -F - <<END;
85+
hub pull-request -b conda-forge:master -F - <<END
8686
$PR_TITLE
8787
8888
Updating feedstock to release branch
@@ -100,7 +100,7 @@ Updating feedstock to release branch
100100
101101
| URL | https://github.com/$SRCREPO/archive/$BRANCH.tar.gz |
102102
| SHA256 | $SHA256 |
103-
END;
103+
END
104104
fi
105105

106106
# Remove working copy

0 commit comments

Comments
 (0)