1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

vcs.rb: fix after_export

* tool/vcs.rb (VCS#after_export): fix nesting.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49384 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2015-01-23 02:11:02 +00:00
parent a80f7f057a
commit 1318ed3931

View file

@ -128,9 +128,9 @@ class VCS
else
'.'
end
end
def after_export(dir)
end
def after_export(dir)
end
class SVN < self