fixed commit script
This commit is contained in:
parent
44471261a6
commit
2be619919a
1 changed files with 2 additions and 3 deletions
|
@ -1,9 +1,8 @@
|
|||
# add things to git
|
||||
COMMIT_MSG="Update NixOS config."
|
||||
echo "commit message?"
|
||||
echo "Commit message?"
|
||||
read COMMIT_MSG
|
||||
|
||||
echo "this is what they wrote: $COMMIT_MSG"
|
||||
echo "OK!"
|
||||
|
||||
git add .
|
||||
git commit -m "$COMMIT_MSG"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue