Skip to content

Commit a7293a5

Browse files
committed
Fix push remote
1 parent 7a59d40 commit a7293a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

bin/zengin

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ class ZenginCLI < Thor
9797
if changed
9898
run(%Q{git tag -f #{now.strftime('%Y-%m-%d')}})
9999

100-
remote = "[email protected]:zengin-code/source-data.git"
101-
run("git push #{remote} master")
102-
run("git push -f --tags #{remote}")
100+
run("git push")
101+
run("git push --tags")
103102
end
104103
end
105104
end

0 commit comments

Comments
 (0)