Skip to content

Commit

Permalink
Fix commit message typo in setup.sh (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
aprotyas authored Feb 3, 2021
1 parent ad51b30 commit 6d5285a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Revert to first commit, add and commit everything as single commit.
git reset $(git commit-tree HEAD^{tree} -m "Bolier plate for C++ project added")
git reset $(git commit-tree HEAD^{tree} -m "Boiler plate for C++ project added")

name=$(git config user.name)
email=$(git config user.email)
Expand Down

0 comments on commit 6d5285a

Please sign in to comment.