Skip to content

Commit

Permalink
Fixed mismatch between cli-options.txt filename -- everywhere.
Browse files Browse the repository at this point in the history
  • Loading branch information
CleanCut committed Aug 14, 2014
1 parent d9bf54c commit 3e0036e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ sanity-checks:
@if ! ./g -r green | grep TOTAL | grep "0 100%" ; then echo 'Coverage needs to be at 100% for a release!' && exit 1; fi
@if git show-ref --verify --quiet refs/tags/$(VERSION) ; then printf "\nVersion $(VERSION) has already been tagged.\nIf the make process died after tagging, but before actually releasing, you can try 'make release-unsafe'\n\n" ; exit 1 ; fi
@if [[ $(shell git rev-parse --abbrev-ref HEAD) != "master" ]] ; then echo "\nYou need to be on the master branch to release.\n" && exit 1 ; fi
@./g -h > help.txt
@./g -h > cli-options.txt
@printf "\n== SANITY CHECK: GIT STATUS ==\n"
@git status
@printf "\nIs everything committed? (Ctrl-C if not!) "
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ Advanced Usage
--------------

See the [complete command-line
options](https://github.com/CleanCut/silk/blob/master/cli-option.txt) or run
options](https://github.com/CleanCut/silk/blob/master/cli-options.txt) or run
`green --help`.


Expand Down
File renamed without changes.

0 comments on commit 3e0036e

Please sign in to comment.