1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-01-11 05:17:41 +03:00
This commit is contained in:
Tino Vazquez 2018-03-13 16:16:23 +01:00
parent 41efc2553c
commit a9dbbc79a1

View File

@ -431,7 +431,7 @@ def install_gems(packages, bundler = false)
dist=detect_distro
if !dist
if !@interactive
STDERR.puts "Distribution not deteced"
STDERR.puts "Distribution not detected"
exit 1
else
dist=select_distribution