Skip to content

Commit

Permalink
apko: 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 54fa18d commit 219e61a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/a/apko.rb
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def install
-X sigs.k8s.io/release-utils/version.gitTreeState=clean
-X sigs.k8s.io/release-utils/version.buildDate=#{time.iso8601}
]
system "go", "build", *std_go_args(ldflags: ldflags)
system "go", "build", *std_go_args(ldflags:)

generate_completions_from_executable(bin/"apko", "completion")
end
Expand Down

0 comments on commit 219e61a

Please sign in to comment.