fix: typo, () instead of {}
This commit is contained in:
parent
95064bdc63
commit
1e41e58ae9
2 changed files with 5 additions and 4 deletions
7
setup.sh
7
setup.sh
|
|
@ -44,11 +44,12 @@ git clone /tmp/saltstuff.bundle -b "${branch}" "\$1"
|
|||
pushd "\$1"
|
||||
|
||||
echo "{dom0} setting up remote '${guest_name}' to push/pull changes via bundle" >&2
|
||||
echo "ehhh"
|
||||
|
||||
mkdir .bundles
|
||||
mv /tmp/saltstuff.bundle .bundles/domu.bundle
|
||||
mkdir ./.bundles
|
||||
mv /tmp/saltstuff.bundle ./.bundles/domu.bundle
|
||||
git remote remove origin
|
||||
git remote add "${guest_name}" \${pwd}/.bundles/domu.bundle
|
||||
git remote add "${guest_name}" \$(pwd)/.bundles/domu.bundle
|
||||
|
||||
# ensure remote refs are present in each repo
|
||||
git fetch "${guest_name}" # ensure remote refs are present in the dom0 repo
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue