summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
authorAdrian Likins <alikins@redhat.com>2008-11-11 15:31:57 -0500
committerAdrian Likins <alikins@redhat.com>2008-11-11 15:31:57 -0500
commitaa7c8c99c62987b45926d3fcd609eeeea3db3a54 (patch)
treef6ba4fdda237b674c0e23642e5d31136f4e5a97c /func
parente4d2cf1ce12ac6e9c315b4b4d10cf5d768ff9e0b (diff)
downloadfunc-aa7c8c99c62987b45926d3fcd609eeeea3db3a54.tar.gz
func-aa7c8c99c62987b45926d3fcd609eeeea3db3a54.tar.xz
func-aa7c8c99c62987b45926d3fcd609eeeea3db3a54.zip
typo in the method args description in filetracker module
Missed these when the glob support was added to filetracker.
Diffstat (limited to 'func')
-rw-r--r--func/minion/modules/filetracker.py4
1 files changed, 2 insertions, 2 deletions
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)"