Rakefile in cvefixer-0.6.3 vs Rakefile in cvefixer-0.6.4

- old
+ new

@@ -3,10 +3,10 @@ task :publish do sh "rm -v tmp/*" sh "gem build" sh "mv cvefixer-#{CVEFixer::VERSION}.gem tmp" - sh "cd tmp; gem push cvefixer-#{CVEFixer::VERSION}.gem" + sh "gem push ./tmp/cvefixer-#{CVEFixer::VERSION}.gem" puts "ok. now merge into main. hit enter twice when done." gets gets sh "git checkout main" sh "git pull origin main"