Skip to content

Commit e6bf266

Browse files
committed
formatting in build file
1 parent c0e0876 commit e6bf266

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ func main() {
9595

9696
case "package":
9797
grunt(gruntBuildArg("release")...)
98-
if runtime.GOOS != "windows" {
99-
createLinuxPackages()
100-
}
98+
if runtime.GOOS != "windows" {
99+
createLinuxPackages()
100+
}
101101

102102
case "pkg-rpm":
103103
grunt(gruntBuildArg("release")...)

0 commit comments

Comments
 (0)