We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8280ddd + 475e7ff commit fddf303Copy full SHA for fddf303
Rakefile
@@ -81,7 +81,7 @@ task :docs => 'docs:generate'
81
namespace :appledoc do
82
task :check do
83
unless File.exists?('/usr/local/bin/appledoc')
84
- "appledoc not found at /usr/local/bin/appledoc: Install via homebrew and try again: `brew install --HEAD appledoc`"
+ puts "appledoc not found at /usr/local/bin/appledoc: Install via homebrew and try again: `brew install --HEAD appledoc`"
85
exit 1
86
end
87
0 commit comments