mirror of https://github.com/bjeanes/dotfiles.git
Silence my shell method missing
parent
34d7da7b9d
commit
f133dfda65
|
@ -17,6 +17,6 @@ when /^[a-z0-9_\-\/]+\.feature$/
|
|||
when /(.+)\.gem$/
|
||||
run("gem install #{$1}")
|
||||
else
|
||||
$stderr.puts "No default action defined in #{__FILE__}"
|
||||
# $stderr.puts "No default action defined in #{__FILE__}"
|
||||
abort
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue