mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-23 06:31:18 +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:
|
||||
$(for p in "$@"; do echo " $p"; done | sort)
|
||||
EOF
|
||||
git commit -e -F .git/COMMIT_EDITMSG
|
||||
fi
|
||||
git commit -e -F .git/COMMIT_EDITMSG
|
||||
else
|
||||
git status
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user