update: Re-write update command.

This commit is contained in:
Harshavardhana
2015-11-25 21:06:29 -08:00
parent b429bd7ceb
commit 3f9e1c1e68
3 changed files with 90 additions and 118 deletions
+1 -1
View File
@@ -81,6 +81,6 @@ func colorizeUpdateMessage(updateString string) (string, *probe.Error) {
sideBar + line2InColor + spacePaddingLine2 + sideBar + "\n" +
bottom + "\n"
}
// finally print the message
// return the final message
return message, nil
}