Kaynağa Gözat

formatting in build file

Daniel Lee 8 yıl önce
ebeveyn
işleme
e6bf266c4b
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3 3
      build.go

+ 3 - 3
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")...)