From 745ee27371ee85b1faf05e680a864ae19a656ba5 Mon Sep 17 00:00:00 2001 From: d-m-u Date: Wed, 10 Jan 2018 08:09:34 -0500 Subject: [PATCH] Fixes typo --- bin/update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/update b/bin/update index 5a8b21228b..3c3c0e7c9b 100755 --- a/bin/update +++ b/bin/update @@ -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"))