Skip to content

Commit

Permalink
atlas: use default hash syntax.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 7, 2024
1 parent c87a64c commit 269eb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/atlas.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def install
-X ariga.io/atlas/cmd/atlas/internal/cmdapi.version=v#{version}
]
cd "./cmd/atlas" do
system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)
end

generate_completions_from_executable(bin/"atlas", "completion")
Expand Down

0 comments on commit 269eb28

Please sign in to comment.