Skip to content

Commit 8e2a5ed

Browse files
committed
Changes for better syntax highlighting
1 parent 2fcc60b commit 8e2a5ed

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Vagrantfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class MtDevCommand < Vagrant.plugin(2, :command)
4242
status = env[:ssh_run_exit_status] || 0
4343

4444
if status != 0
45-
puts <<MSG
45+
puts <<~MSG
4646
Please execute this command first for copy your private key for github.
4747
4848
$ vagrant mt-dev copy-ssh-key ~/.ssh/id_rsa
@@ -51,7 +51,7 @@ $ vagrant mt-dev copy-ssh-key ~/.ssh/id_rsa
5151
5252
See also:
5353
https://github.com/movabletype/mt-dev/wiki/Troubleshooting
54-
MSG
54+
MSG
5555
return 1
5656
end
5757
end

0 commit comments

Comments
 (0)