]> git.donarmstrong.com Git - resume.git/commitdiff
fix how the remotes are configured
authorDon Armstrong <don@donarmstrong.com>
Sat, 24 May 2025 18:21:35 +0000 (11:21 -0700)
committerDon Armstrong <don@donarmstrong.com>
Sat, 24 May 2025 18:21:35 +0000 (11:21 -0700)
new_job

diff --git a/new_job b/new_job
index 74a5fdc2b25791d106042bc51e2d2606fbb94572..64b554a415fa70692e04d982f8f723dc45627016 100755 (executable)
--- a/new_job
+++ b/new_job
@@ -4,8 +4,8 @@ URL="$1"
 NAME="$2"
 
 git branch "$NAME"
-git config set branch."$NAME".pushremote=private
-git config set branch."$NAME".remote=private
+git config set branch."$NAME".pushremote private
+git config set branch."$NAME".remote private
 git checkout "$NAME"
 
 echo "{\"url\":\"$URL\",\"name\":\"$NAME\"}" > job_details.json