Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
xuan-cao-swi committed Dec 4, 2023
1 parent bd78bc8 commit bb14494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ end
desc 'Build gem and push to github package. Run as bundle exec rake build_gem_push_to_github_package[<version>]'
task :build_gem_push_to_github_package, [:version] do |_, args|
gem_to_push = find_or_build_gem(args[:version])
gem_to_push.delete!('builds/')
gem_to_push.gsub!('builds/','')
exit 1 unless system('gem', 'push', '--key', 'github', '--host', 'https://rubygems.pkg.github.com/solarwinds', gem_to_push)
puts "\n=== Finished ===\n"
end
Expand Down

0 comments on commit bb14494

Please sign in to comment.