Skip to content

Commit

Permalink
add --force switch to all
Browse files Browse the repository at this point in the history
  • Loading branch information
MnrGreg committed Mar 12, 2022
1 parent b4312b7 commit 4b64f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@
<!--
# remove prior zip
rm *.zip
export version=v1.0.4
export version=v1.0.6
zip $version.zip node-restart.sh LICENSE
git add . && git commit -m "update alpine image" -m "add --force switch" -m "fix --delete-emptydir-data"
git add . && git commit -m "add --force switch to all"
git push
git tag -a $version -m "bump $version"
git push origin $version
Expand Down
File renamed without changes.

0 comments on commit 4b64f3f

Please sign in to comment.