mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 12:46:07 +10:00
7 lines
102 B
Ruby
7 lines
102 B
Ruby
module Gitlab
|
|
module BitbucketImport
|
|
mattr_accessor :public_key
|
|
@public_key = nil
|
|
end
|
|
end
|