Skip to content
This repository has been archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
Merge branch 'master' into erase-flags
Browse files Browse the repository at this point in the history
  • Loading branch information
coryb authored Apr 18, 2017
2 parents bb91560 + c204e78 commit f750ded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ install-deps:
command: go get -t {{.files}}

variables:
files: '$(go list -v ./... | grep -Ev "github.com/AlecAivazis/survey/(tests|examples)")'
files: '$(go list -v ./... | grep -iEv "github.com/AlecAivazis/survey/(tests|examples)")'

0 comments on commit f750ded

Please sign in to comment.