Skip to content

Commit

Permalink
arangodb: 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 219e61a commit c158f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/arangodb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def install
-X main.projectVersion=#{resource("starter").version}
-X main.projectBuild=#{Utils.git_head}
]
system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)
end

system "cmake", "-S", ".", "-B", "build", *cmake_args
Expand Down

0 comments on commit c158f6d

Please sign in to comment.