From fb6caa7730ceb2e0b1ece346ccb6b1202c6932d4 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 1 Sep 2010 19:17:50 -0700 Subject: [PATCH] Replace the ERB syntax with proper I18n interpolation --- templates/locales/en.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/templates/locales/en.yml b/templates/locales/en.yml index f7242ae4b..de4209592 100644 --- a/templates/locales/en.yml +++ b/templates/locales/en.yml @@ -28,15 +28,15 @@ en: ignore the key. Vagrant tried to do this automatically for you but failed. Please set the permissions on the following file to 0600 and then try running this command again: - <%= key_path %> + %{key_path} ssh_unavailable_windows: |- `vagrant ssh` isn't available on the Windows platform. The vagrant.ppk file for use with Putty is available at: - <%= key_path %>.ppk + %{key_path}.ppk To use this create a new Putty session for `vagrant@localhost` - on port `<%= ssh_port %>`, in the Connection>SSH>Auth + on port `%{ssh_port}`, in the Connection>SSH>Auth configuration section navigate to the vagrant.ppk file, select it, save the session for later use, and connect.