Skip to content

Commit

Permalink
Merge pull request #16777 from d-m-u/typo_in_bin_update
Browse files Browse the repository at this point in the history
Fix bin/update typo in main template and all the providers
  • Loading branch information
bdunne authored Jan 12, 2018
2 parents 141ecbb + 657ed5c commit 66bad00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/generators/provider/templates/bin/update
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ require 'pathname'
gem_root = Pathname.new(__dir__).join("..")

if gem_root.join("spec/manageiq").symlink?
puts "== SKIPPING update of spec/manageiq because its symlinked =="
puts "== SKIPPING update of spec/manageiq because it is symlinked =="
else
puts "== Updating manageiq sample app =="
system("git pull", :chdir => gem_root.join("spec/manageiq"))
Expand Down

0 comments on commit 66bad00

Please sign in to comment.