From aa7c8c99c62987b45926d3fcd609eeeea3db3a54 Mon Sep 17 00:00:00 2001 From: Adrian Likins Date: Tue, 11 Nov 2008 15:31:57 -0500 Subject: typo in the method args description in filetracker module Missed these when the glob support was added to filetracker. --- func/minion/modules/filetracker.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'func') diff --git a/func/minion/modules/filetracker.py b/func/minion/modules/filetracker.py index 326ddb8..4f94e2e 100644 --- a/func/minion/modules/filetracker.py +++ b/func/minion/modules/filetracker.py @@ -236,7 +236,7 @@ class FileTracker(func_module.FuncModule): }, 'track':{ 'args':{ - 'file_name':{ + 'file_name_globs':{ 'type':'string', 'optional':False, 'description':"The file name to track (full path)" @@ -252,7 +252,7 @@ class FileTracker(func_module.FuncModule): }, 'untrack':{ 'args':{ - 'file_name':{ + 'file_name_globs':{ 'type':'string', 'optional':False, 'description':"The file name to untrack (full path)" -- cgit