summaryrefslogtreecommitdiff
path: root/spec/unit
diff options
context:
space:
mode:
Diffstat (limited to 'spec/unit')
-rw-r--r--spec/unit/provider/git_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/unit/provider/git_spec.rb b/spec/unit/provider/git_spec.rb
index b1b556db1c..9baad64ea3 100644
--- a/spec/unit/provider/git_spec.rb
+++ b/spec/unit/provider/git_spec.rb
@@ -367,7 +367,7 @@ SHAS
expect(@provider).to receive(:shell_out!).with(expected_cmd, user: "deployNinja",
log_tag: "git[web2.0 app]",
environment: { "HOME" => "/home/deployNinja",
- "GIT_SSH" => "do_it_this_way.sh" })
+ "GIT_SSH" => "do_it_this_way.sh" })
@provider.clone
end