Typo!
This commit is contained in:
parent
370fb1e326
commit
e029d87c7a
1 changed files with 1 additions and 1 deletions
2
main.rb
2
main.rb
|
@ -17,7 +17,7 @@ desc = ARGV[1]
|
||||||
project = client.create_project(name, {description: desc, visibility: "public"})
|
project = client.create_project(name, {description: desc, visibility: "public"})
|
||||||
puts "Success: Created GitLab project #{ARGV[0]}."
|
puts "Success: Created GitLab project #{ARGV[0]}."
|
||||||
puts "Push an existing Git repository."
|
puts "Push an existing Git repository."
|
||||||
puts "git remote add git@[DOMAIN]:[USERNAME]/#{ARGV[0]}.git"
|
puts "git remote add origin git@[DOMAIN]:[USERNAME]/#{ARGV[0]}.git"
|
||||||
puts "git push -u origin --all"
|
puts "git push -u origin --all"
|
||||||
puts "git push -u origin --tags"
|
puts "git push -u origin --tags"
|
||||||
puts ""
|
puts ""
|
||||||
|
|
Reference in a new issue