formatting in build file

pull/10041/head
Daniel Lee 8 years ago
parent c0e087640b
commit e6bf266c4b
  1. 6
      build.go

@ -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")...)

Loading…
Cancel
Save