Skip to content

Commit

Permalink
don't include bindata in clean task
Browse files Browse the repository at this point in the history
since we started vending bindata in dca23b1 we shouldn’t trash it in
our cleanup task anymore, whoops!
  • Loading branch information
mroth committed Mar 17, 2015
1 parent fec687e commit 943f385
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ require 'rake/clean'
# versus in the build script.
BINDATA = "commands/inits/bindata.go"
file BINDATA => :generate
CLEAN.include(BINDATA) if File.exists? BINDATA
CLEAN.include FileList.new("tmp/*")

# convenience bootstrap all for getting started
Expand Down

0 comments on commit 943f385

Please sign in to comment.