mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-18 08:56:20 +00:00
minor changes
This commit is contained in:
parent
53e0858c3b
commit
97ad4a8d07
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ function pull(pError, pStdout, pStderr){
|
|||
if(pStdout !== 'Already up-to-date.\n'){
|
||||
pStdout = 'Cloud Commander updated. Restart to use new version.';
|
||||
}
|
||||
else pStdout = 'Cloud Commander is up to date';
|
||||
else pStdout = 'Cloud Commander is up to date.';
|
||||
|
||||
if(packagejson)
|
||||
pStdout = 'Version ' + packagejson.version + '\n' + pStdout;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue