Skip to content

Commit

Permalink
backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
kyledecot committed Feb 8, 2023
1 parent d49f62c commit df28e7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/tasks/git.rake
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ namespace :git do
end

task :push, [:extra] do |_task, args|
system `git push #{args[:extra]}`
`git push #{args[:extra]}`
end
end

0 comments on commit df28e7d

Please sign in to comment.