Skip to content

Commit 6d5285a

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.sh

Lines changed: 1 addition & 1 deletion
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)