From: Chris Koeritz Date: Thu, 21 Mar 2013 23:08:35 +0000 (-0400) Subject: forgot to actually use the certfile parameter. X-Git-Tag: 2.140.90~1046 X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=da659a1bd24168800c8faf2c4e0299c576bd2a9c;p=feisty_meow.git forgot to actually use the certfile parameter. --- diff --git a/scripts/rev_control/push_repo_upstream.sh b/scripts/rev_control/push_repo_upstream.sh index 13e8ba0e..5b99f3b9 100755 --- a/scripts/rev_control/push_repo_upstream.sh +++ b/scripts/rev_control/push_repo_upstream.sh @@ -22,5 +22,5 @@ fi pushd "$dir" git fetch upstream git merge upstream/master -git push origin master +git push -i "$certfile" origin master popd