Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-07-18 02:20:13 +0300
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2017-08-07 19:06:12 +0300
commit812620527ffee70ad2320eebcaec161a007b9d67 (patch)
tree29f7712fec5ac69de59cf9946c20b585003d8d9c /lib/tasks/import.rake
parenta7363d4a54e95dcd417ca1a75ab65265d069e164 (diff)
Fix small typoe on GitHub import rake task
Diffstat (limited to 'lib/tasks/import.rake')
-rw-r--r--lib/tasks/import.rake2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tasks/import.rake b/lib/tasks/import.rake
index 90792dfe51d..96b8f59242c 100644
--- a/lib/tasks/import.rake
+++ b/lib/tasks/import.rake
@@ -62,7 +62,7 @@ class GithubImport
visibility_level: visibility_level,
import_type: 'github',
import_source: @repo['full_name'],
- import_url: @repo['clone_url'].sub('://', "://#{options[:token]}@"),
+ import_url: @repo['clone_url'].sub('://', "://#{@options[:token]}@"),
skip_wiki: @repo['has_wiki']
).execute
end