Skip to content

Commit

Permalink
gh-20: Send user to canga.io for more info
Browse files Browse the repository at this point in the history
  • Loading branch information
jfontan committed Nov 23, 2016
1 parent f22a1cf commit 8ea9d24
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/cangallo/check.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ def check
problem ||= !check_libguestfs

if problem
text = "There is at least one problem in your system."
text = <<-EOT
There is at least one problem in your system. You can go this page to
get more information on how to fix them:
https://canga.io/install/
EOT

STDERR.puts text
end
Expand Down

0 comments on commit 8ea9d24

Please sign in to comment.