Skip to content

Commit 89e0dd0

Browse files
authored
Update Makefile - to fix typo commit message
1 parent 15f8f4f commit 89e0dd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ MINT_BIN := $(HOME)/.mint/bin/mint
1616
.PHONY: commit
1717
commit:
1818
git add "$(file)"
19-
git commit -m "Commit via running $make $(file)" >/dev/null \
19+
git commit -m "Commit via running: make $(file)" >/dev/null \
2020
&& echo "::notice:: git commit $(file)\n" \
2121
|| true;
2222
touch "$(file)";

0 commit comments

Comments
 (0)