From 4198f4a52a4d14ecbaa829c582f9b87947f98d16 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 24 Aug 2019 00:05:30 -0400 Subject: fix path --- manifests/tozt.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/tozt.pp b/manifests/tozt.pp index 003b9e3..c4ec96f 100644 --- a/manifests/tozt.pp +++ b/manifests/tozt.pp @@ -5,7 +5,7 @@ node 'tozt', 'tozt.localdomain' { class { 'base': extra_script => " - (cd /home/doy/ynab-export && git pull) + (cd /home/doy/coding/ynab-export && git pull) "; } -- cgit v1.2.3-54-g00ecf