mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-20 10:09:04 +00:00
fix(rest) getPackReg: config zip -> config packer
This commit is contained in:
parent
53cc837dcb
commit
0371173830
1 changed files with 1 additions and 1 deletions
|
|
@ -144,7 +144,7 @@ function onGET(params, callback) {
|
|||
}
|
||||
|
||||
function getPackReg() {
|
||||
if (config('zip') === 'zip')
|
||||
if (config('packer') === 'zip')
|
||||
return /\.zip$/;
|
||||
|
||||
return /\.tar\.gz$/;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue