summaryrefslogtreecommitdiffstats
path: root/func
diff options
context:
space:
mode:
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)"