Skip to content
Snippets Groups Projects
Commit 52aef98b authored by Jacob Vosmaer (GitLab)'s avatar Jacob Vosmaer (GitLab)
Browse files

Improve "GDK_ROOT not found" message

parent a3107786
No related branches found
No related tags found
1 merge request!213Improve "GDK_ROOT not found" message
Loading
Loading
@@ -37,7 +37,13 @@ module GDK
else
$gdk_root = find_root(Dir.pwd)
if $gdk_root.nil?
puts "Could not find GDK_ROOT in the current directory or any of its parents."
puts <<-EOS.gsub(/^\s+\|/, '')
|
|The current working directory is not inside a gitlab-development-kit
|installation. Use 'cd' to go to your gitlab-development-kit or create
|a new one with 'gdk init'.
|
EOS
return false
end
puts "(in #{$gdk_root})"
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment