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:
parent
a80f7f057a
commit
1318ed3931
@ -128,9 +128,9 @@ class VCS
|
|||||||
else
|
else
|
||||||
'.'
|
'.'
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
def after_export(dir)
|
def after_export(dir)
|
||||||
end
|
|
||||||
end
|
end
|
||||||
|
|
||||||
class SVN < self
|
class SVN < self
|
||||||
|
Loading…
x
Reference in New Issue
Block a user