Преглед изворни кода

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

Signed-off-by: Jeremy MAURO <jeremy.mauro@gmail.com>
Jeremy MAURO пре 3 година
родитељ
комит
3accdede27
1 измењених фајлова са 1 додато и 0 уклоњено
  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