Check for the right method name

"stdapi_fs_rm" doesn't exist
unstable
James Lee 2012-05-21 12:41:17 -06:00
parent 4772c1258e
commit d273a0e44b
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ class Console::CommandDispatcher::Stdapi::Fs
"mkdir" => [ "stdapi_fs_mkdir" ],
"pwd" => [ "stdapi_fs_getwd" ],
"rmdir" => [ "stdapi_fs_delete_dir" ],
"rm" => [ "stdapi_fs_rm" ],
"rm" => [ "stdapi_fs_delete_file" ],
"search" => [ "stdapi_fs_search" ],
"upload" => [ ],
}