summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLamont Granquist <lamont@scriptkiddie.org>2018-03-14 17:54:45 -0700
committerLamont Granquist <lamont@scriptkiddie.org>2018-03-15 18:03:30 -0700
commit7cd48994f877a8b90c435b705bd5faec394919c3 (patch)
tree6124774c53635ecb6875e178eb2688580caf351e
parentec723254f641b838c9dcd99e22505984aa29ef52 (diff)
downloadchef-7cd48994f877a8b90c435b705bd5faec394919c3.tar.gz
chefstyle fix
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
-rw-r--r--spec/functional/resource/yum_package_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/functional/resource/yum_package_spec.rb b/spec/functional/resource/yum_package_spec.rb
index aef4fcf562..bb2685c725 100644
--- a/spec/functional/resource/yum_package_spec.rb
+++ b/spec/functional/resource/yum_package_spec.rb
@@ -892,7 +892,7 @@ gpgcheck=0
end
before(:each) do
- shell_out("yum versionlock delete '*'") # will exit with error when nothing is locked, we don't care
+ shell_out("yum versionlock delete '*'") # will exit with error when nothing is locked, we don't care
end
it "locks an rpm" do