1
0
mirror of https://github.com/kataras/iris.git synced 2026-08-08 21:49:08 +00:00

only defer on finish download

This commit is contained in:
Makis Maropoulos
2016-06-07 12:30:29 +03:00
parent 0e05c68876
commit 6af451b800
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ func createPackage(packageName string, targetDir string) error {
app.Printf("Error while preparing main file: %#v", err)
}
InfoPrint("\n%s package was installed successfully", packageName)
InfoPrint("%s package was installed successfully", packageName)
// build & run the server