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:
parent
a80f7f057a
commit
1318ed3931
1 changed files with 2 additions and 2 deletions
|
@ -128,9 +128,9 @@ class VCS
|
|||
else
|
||||
'.'
|
||||
end
|
||||
end
|
||||
|
||||
def after_export(dir)
|
||||
end
|
||||
def after_export(dir)
|
||||
end
|
||||
|
||||
class SVN < self
|
||||
|
|
Loading…
Add table
Reference in a new issue