Skip to content

Commit

Permalink
remove unnecessary puts from Rakefile
Browse files Browse the repository at this point in the history
  • Loading branch information
vigo committed Dec 18, 2024
1 parent 9329df8 commit 56c9be9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ task :run do
cmd_args << "-hmac-secret" << secret if secret
cmd_args << "-hmac-header-name" << header if header

puts "#{cmd_args}"

system %{ go run . #{cmd_args.join(" ")} }
end

Expand Down

0 comments on commit 56c9be9

Please sign in to comment.