mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 01:47:35 +00:00
fix(put) path -> name
This commit is contained in:
parent
797446b6c0
commit
2798f41d80
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@
|
|||
break;
|
||||
|
||||
default:
|
||||
pack.gunzip(readStream, path, function(error) {
|
||||
pack.gunzip(readStream, name, function(error) {
|
||||
var msg;
|
||||
|
||||
if (!error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue