Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Commit

Permalink
Fi typo in Makefile and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriks74 committed Feb 27, 2023
1 parent d5928d5 commit 2845e4c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1 @@
msman-hepler.tar.gz
msman-helper.tar.gz
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ all:
rm -rf msman
mkdir msman
cp -r .msman msman
tar -czf msman-hepler.tar.gz msman
tar -czf msman-helper.tar.gz msman
rm -rf msman

clean:
Expand Down

0 comments on commit 2845e4c

Please sign in to comment.