Skip to content

Commit 119fcc0

Browse files
chore: fix upstream name in bioconda script
1 parent 97a23fc commit 119fcc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/publish_bioconda

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ version_old=$(sed -n 's|.*version = "\(.*\)".*|\1|p' "recipes/nextclade/meta.yam
6868
git remote add nextstrain "https://github.com/nextstrain/bioconda-recipes" >/dev/null
6969

7070
# Update master branch of the fork
71-
git fetch bioconda master:nextstrain/master
71+
git fetch upstream master:nextstrain/master
7272
git push nextstrain nextstrain/master:master
7373

7474
# Delete branch if already exists locally

0 commit comments

Comments
 (0)