From ccbe2e6e1ef9191714345a32753faca764227868 Mon Sep 17 00:00:00 2001 From: Unknown Date: Tue, 27 Aug 2013 21:18:07 +0800 Subject: [PATCH] Updated --- cmd/get.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/get.go b/cmd/get.go index 3d44b98ad..70a91fdf5 100644 --- a/cmd/get.go +++ b/cmd/get.go @@ -116,13 +116,13 @@ func runGet(cmd *Command, args []string) { // Check length of arguments. if len(args) < 1 { - com.ColorLog("[ERROR] Please list the package that you want to install.\n") + com.ColorLog("[ERRO] Please list the package that you want to install.\n") return } hd, err := doc.GetHomeDir() if err != nil { - com.ColorLog("[ERROR] Fail to get current user[ %s ]\n", err) + com.ColorLog("[ERRO] Fail to get current user[ %s ]\n", err) return }