Skip to content

Commit

Permalink
now... actually push
Browse files Browse the repository at this point in the history
  • Loading branch information
manveru committed Oct 11, 2023
1 parent a5e691e commit 93840c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages.cr
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ class CAPkgs

raise "Couldn't add packages.json" unless sh("git", "add", "packages.json").success?
raise "Couldn't commit result" unless sh("git", "commit", "-m", msg).success?
raise "Couldn't push changes" unless sh("git", "push").success?
end
end

Expand Down

0 comments on commit 93840c3

Please sign in to comment.