Skip to content

Commit 6d5285a

Browse files
authored
Fix commit message typo in setup.sh (#36)
1 parent ad51b30 commit 6d5285a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

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

66
name=$(git config user.name)
77
email=$(git config user.email)

0 commit comments

Comments
 (0)