Skip to content

Commit

Permalink
Change to expand path from ssh_key_path
Browse files Browse the repository at this point in the history
Accidentally introduced failure in #146
  • Loading branch information
petems committed Jan 31, 2015
1 parent ac794d5 commit 2eaa7f0
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 2eaa7f0

Please sign in to comment.