mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
fix(update_ebuilds): Move misplaced command
The big here document in the middle of a if statement confuses the code layout some and I put the git commit outside of the else clause instead of inside. Ooops. The joy of shell.
This commit is contained in:
parent
a43590a3f3
commit
29afbee64d
@ -69,8 +69,8 @@ bump($1): sync with upstream
|
|||||||
Packages updated:
|
Packages updated:
|
||||||
$(for p in "$@"; do echo " $p"; done | sort)
|
$(for p in "$@"; do echo " $p"; done | sort)
|
||||||
EOF
|
EOF
|
||||||
|
git commit -e -F .git/COMMIT_EDITMSG
|
||||||
fi
|
fi
|
||||||
git commit -e -F .git/COMMIT_EDITMSG
|
|
||||||
else
|
else
|
||||||
git status
|
git status
|
||||||
fi
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user