minor changes

This commit is contained in:
coderaiser 2012-10-03 07:33:30 -04:00
parent 9ea012410a
commit 009215ef42

View file

@ -19,7 +19,8 @@ exports.get = function(pCallBack){
*/
function pull(pError, pStdout, pStderr){
if(!pError){
if(!pError){
pStderr = '';
if(pStdout !== 'Already up-to-date.\n'){
pStdout = 'Cloud Commander updated. Restart to use new version.';
}