1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-15 18:50:09 +03:00
(cherry picked from commit a9dbbc79a1e7ee1ab6bae05755bf7c13666f7df6)
This commit is contained in:
Tino Vazquez 2018-03-13 16:16:23 +01:00
parent bcb993929c
commit 1ce80df80b

@ -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