Validated PR #14 and fixed issues for the PR

This commit is contained in:
Jeevanandam M
2016-05-22 20:40:13 -07:00
parent a6836f3a41
commit 6d12b806d3
2 changed files with 16 additions and 5 deletions

View File

@@ -44,7 +44,7 @@ func packageApp(args []string) {
}
appImportPath := args[0]
revel.Init("", appImportPath, "")
revel.Init(mode, appImportPath, "")
// Remove the archive if it already exists.
destFile := filepath.Base(revel.BasePath) + ".tar.gz"