From 53a9de2c9b4cf7b595e4553775b44895ee6c36d4 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Tue, 13 Nov 2018 00:35:35 -0500 Subject: fix secrets directory --- bin/secrets | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/secrets') diff --git a/bin/secrets b/bin/secrets index 233b631..81ba480 100755 --- a/bin/secrets +++ b/bin/secrets @@ -49,7 +49,7 @@ cmd_sync() { rsync -avz --delete \ /mnt/puppet/"$host"/. \ - root@"$hostname":/usr/local/share/puppet-tozt/"$host"/secret/files + root@"$hostname":/usr/local/share/puppet-tozt/modules/secret/files if [ -z "$was_opened" ]; then cmd_close -- cgit v1.2.3-54-g00ecf