Skip to content
Snippets Groups Projects
Commit 22b400b3 authored by Jay Zoldak's avatar Jay Zoldak
Browse files

Fix typo in output message of rakefile

parent 3eec09b8
No related merge requests found
......@@ -3,7 +3,7 @@ begin
require 'rake/clean'
require './rakelib/helpers.rb'
rescue LoadError => error
puts "Import faild (#{error})"
puts "Import failed (#{error})"
puts "Please run `bundle install` to bootstrap ruby dependencies"
exit 1
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment