From a13bb6e9cdf24f3be538c74c2ab8ed1bd30fe62b Mon Sep 17 00:00:00 2001 From: Jonathan Boyett Date: Mon, 15 Aug 2011 09:42:21 -0700 Subject: [PATCH] fix --libdir in iptables example run script --- examples/iptables/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/iptables/run.sh b/examples/iptables/run.sh index 26d6b69..c3a68de 100755 --- a/examples/iptables/run.sh +++ b/examples/iptables/run.sh @@ -1,3 +1,3 @@ #!/bin/bash -puppet apply --debug --libdir ../lib readme.pp +puppet apply --debug --libdir ../../lib readme.pp -- 2.45.2