Commit 3bf0b4e2 authored by Riyad Preukschas's avatar Riyad Preukschas

Fix satellite check for projects with empty repo

Fixes #2349
parent 02a29d1d
......@@ -189,6 +189,8 @@ namespace :gitlab do
if project.satellite.exists?
puts "yes".green
elsif project.empty_repo?
puts "can't create, repository is empty".magenta
else
puts "no".red
try_fixing_it(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment