We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fcc60b commit 8e2a5edCopy full SHA for 8e2a5ed
1 file changed
Vagrantfile
@@ -42,7 +42,7 @@ class MtDevCommand < Vagrant.plugin(2, :command)
42
status = env[:ssh_run_exit_status] || 0
43
44
if status != 0
45
- puts <<MSG
+ puts <<~MSG
46
Please execute this command first for copy your private key for github.
47
48
$ vagrant mt-dev copy-ssh-key ~/.ssh/id_rsa
@@ -51,7 +51,7 @@ $ vagrant mt-dev copy-ssh-key ~/.ssh/id_rsa
51
52
See also:
53
https://github.com/movabletype/mt-dev/wiki/Troubleshooting
54
-MSG
+ MSG
55
return 1
56
end
57
0 commit comments