Skip to content

Commit

Permalink
Update update
Browse files Browse the repository at this point in the history
sorry not sorry, I can't stand this one
  • Loading branch information
d-m-u authored May 18, 2020
1 parent a50e9b6 commit fd42f38
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 fd42f38

Please sign in to comment.