Method: Gct::Command::Create::Third#run
- Defined in:
- lib/gct/command/create/third.rb
#run ⇒ Object
34 35 36 37 38 39 40 41 |
# File 'lib/gct/command/create/third.rb', line 34 def run if @url.include? '.git' fork_third_pod_to_gitlab else puts "该链接不是一个Git仓库".red end end |