From 5381e7852071219fc28f45303dd09cf791ca9bd4 Mon Sep 17 00:00:00 2001 From: Matt Keeler Date: Mon, 18 Jun 2018 12:34:30 -0400 Subject: [PATCH] Pass the right var to git_push_ref --- build-support/scripts/dev.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-support/scripts/dev.sh b/build-support/scripts/dev.sh index 999d631db7..8200835b58 100755 --- a/build-support/scripts/dev.sh +++ b/build-support/scripts/dev.sh @@ -90,7 +90,7 @@ function main { confirm_git_push_changes "${sdir}" || return 1 status_stage "==> Pushing to Git" - git_push_ref "$1" || return 1 + git_push_ref "${sdir}" || return 1 fi return 0