formatting in build file

This commit is contained in:
Daniel Lee 2017-11-29 11:15:27 +01:00
parent c0e087640b
commit e6bf266c4b

View File

@ -95,9 +95,9 @@ func main() {
case "package":
grunt(gruntBuildArg("release")...)
if runtime.GOOS != "windows" {
createLinuxPackages()
}
if runtime.GOOS != "windows" {
createLinuxPackages()
}
case "pkg-rpm":
grunt(gruntBuildArg("release")...)