Преглед на файлове

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