Missing comma
This commit is contained in:
@@ -12,6 +12,6 @@ class Bkl < Formula
|
||||
|
||||
def install
|
||||
ENV["CGOENABLED"] = "0"
|
||||
system "go", "build", "-tags=bkl-#{@@tag}" "-trimpath", "-ldflags=-extldflags=-static", "-o", "#{bin}/", "./..."
|
||||
system "go", "build", "-tags=bkl-#{@@tag}", "-trimpath", "-ldflags=-extldflags=-static", "-o", "#{bin}/", "./..."
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user