Skip to content

Commit

Permalink
argocd-vault-plugin: 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 1f9525f commit 547e45a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/argocd-vault-plugin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def install
-X github.com/argoproj-labs/argocd-vault-plugin/version.CommitSHA=#{Utils.git_head}
]

system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)

generate_completions_from_executable(bin/"argocd-vault-plugin", "completion")
end
Expand Down

0 comments on commit 547e45a

Please sign in to comment.