From cc30cb13e626f9d5c04ff5fa13fe1053ac71ad6b Mon Sep 17 00:00:00 2001 From: Adam Henry Lewenberg <adamhl@stanford.edu> Date: Tue, 3 Nov 2015 14:34:16 -0800 Subject: [PATCH] prepend an @ to an instance variable --- templates/ssh/ssh_config.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/ssh/ssh_config.erb b/templates/ssh/ssh_config.erb index 92bab9b..5c2fafd 100644 --- a/templates/ssh/ssh_config.erb +++ b/templates/ssh/ssh_config.erb @@ -9,6 +9,6 @@ Host * GSSAPIKeyExchange yes GSSAPITrustDNS yes <% end -%> -<% if protocol_one -%> +<% if @protocol_one -%> Protocol 2,1 <% end -%> -- GitLab