Skip to content

Commit f0754bd

Browse files
committed
Fix commit_bump
1 parent 92ad9c5 commit f0754bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rakelib/version.rake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ class << (helper = Bundler::GemHelper.instance)
1212
end
1313

1414
def commit_bump
15-
sh(%W[git -C #{__dir__} commit -m bump\ up\ to\ #{gemspec.version}
15+
sh(%W[git commit -m bump\ up\ to\ #{gemspec.version}
1616
#{gemspec.loaded_from}])
1717
end
1818

0 commit comments

Comments
 (0)