Skip to content

Commit b638cb3

Browse files
committed
Syntax fix
1 parent 7f934b6 commit b638cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

push_puppetforge.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def main(args):
192192
if args.modulepath:
193193
modpath = args.modulepath
194194
else:
195-
if not.helpers.PFMODPATH:
195+
if not helpers.PFMODPATH:
196196
print "Puppet forge module path not defined"
197197
sys.exit(1)
198198
else:

0 commit comments

Comments
 (0)