зеркало из https://github.com/github/ruby.git
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:
Родитель
a80f7f057a
Коммит
1318ed3931
|
@ -128,9 +128,9 @@ class VCS
|
|||
else
|
||||
'.'
|
||||
end
|
||||
end
|
||||
|
||||
def after_export(dir)
|
||||
end
|
||||
def after_export(dir)
|
||||
end
|
||||
|
||||
class SVN < self
|
||||
|
|
Загрузка…
Ссылка в новой задаче