Skip to content

Commit

Permalink
Merge pull request ManageIQ#121 from d-m-u/typo_bin_update
Browse files Browse the repository at this point in the history
Fixes typo
  • Loading branch information
agrare authored Jan 15, 2018
2 parents f7509d2 + 745ee27 commit b4af8bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 b4af8bb

Please sign in to comment.