Skip to content

Commit ec8f0fb

Browse files
committed
fixed missing version number in CITATION.cff
1 parent f154ab8 commit ec8f0fb

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
@@ -53,7 +53,7 @@ status:
5353
git status
5454

5555
save:
56-
if [ "$(msg)" != "" ]; then git commit -am "$(msg)"; else git commit -am "Quick Save"; fi
56+
@if [ "$(msg)" != "" ]; then git commit -am "$(msg)"; else git commit -am "Quick Save"; fi
5757
git push origin $(BRANCH)
5858

5959
refresh:

0 commit comments

Comments
 (0)