Skip to content

Commit

Permalink
typo in rm command in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
nitmir committed Aug 4, 2016
1 parent 839208d commit f4a9b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ reinstall: uninstall install
purge: uninstall
rm -f /etc/policyd-rate-limit.conf /etc/policyd-rate-limit.yaml
rm -f /etc/init.d/policyd-rate-limit /etc/systemd/system/policyd-rate-limit.service
rm -f /var/lib/policyd-rate-limit/
rm -rf /var/lib/policyd-rate-limit/

clean_pyc:
find ./ -name '*.pyc' -delete
Expand Down

0 comments on commit f4a9b52

Please sign in to comment.