Skip to content

Commit

Permalink
Merge pull request #155 from pearkes/fix_failing_ssh_spec
Browse files Browse the repository at this point in the history
Change to expand path from ssh_key_path
  • Loading branch information
petems committed Jan 31, 2015
2 parents ac794d5 + 2eaa7f0 commit 6453f14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/middleware/ssh_droplet_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"-o", "LogLevel=ERROR",
"-o", "StrictHostKeyChecking=no",
"-o", "UserKnownHostsFile=/dev/null",
"-i", ssh_key_path,
"-i", File.expand_path(ssh_key_path),
"-p", ssh_port,
"#{ssh_user}@#{droplet_ip}")

Expand Down

0 comments on commit 6453f14

Please sign in to comment.