Explorar o código

fix(ssh-ident): Add a guardfile for github pull

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO %!s(int64=3) %!d(string=hai) anos
pai
achega
3accdede27
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      cookbooks/workstation/recipes/_ssh-ident.rb

+ 1 - 0
cookbooks/workstation/recipes/_ssh-ident.rb

@@ -14,6 +14,7 @@ git ssh_ident_repo do
   repository 'https://github.com/ccontavalli/ssh-ident'
   user username
   action :checkout
+  not_if { ::File.exists?(ssh_ident_repo) }
 end