From e6c859d9bde2470109632badd5ed401deaaef47f Mon Sep 17 00:00:00 2001 From: Christoffer Date: Wed, 26 Dec 2018 21:47:45 +0000 Subject: [PATCH] misc: fix wrong registry remote name --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 1d227db..9aa7a00 100755 --- a/update.sh +++ b/update.sh @@ -3,7 +3,7 @@ ISO_DATE=$(date -u +"%Y-%m-%dT%H:%M:%SZ") # Ensure registry repository is up-to-date -git -C ../registry/ pull origin master:master --quiet 2>&1 +git -C ../registry/ pull upstream master:master --quiet 2>&1 # Checkout master branch in dn42/repository git -C ../registry/ checkout master --quiet