folderId command line parameter should be string, not integer. Fixes SF bug 1042680
This commit is contained in:
parent
ce441b7ce9
commit
7c4ec39fc3
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ my $webUser = 'apache';
|
||||||
|
|
||||||
GetOptions(
|
GetOptions(
|
||||||
'configFile=s'=>\$configFile,
|
'configFile=s'=>\$configFile,
|
||||||
'folderId=i'=>\$folderId,
|
'folderId=s'=>\$folderId,
|
||||||
'help'=>\$help,
|
'help'=>\$help,
|
||||||
'override'=>\$override,
|
'override'=>\$override,
|
||||||
'pathToFiles=s'=>\$pathToFiles,
|
'pathToFiles=s'=>\$pathToFiles,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue