fix message for consistency
This commit is contained in:
parent
4d851dc00f
commit
998aa2199b
|
@ -65,7 +65,7 @@ fi;
|
|||
|
||||
if [ "$DISTRO" == "" ]; then
|
||||
DISTRO=`lsb_release -a 2>/dev/null | grep Codename | awk '{print $2}'`;
|
||||
echo "Guessed distro as $DISTRO";
|
||||
echo "Defaulting to $DISTRO for distribution";
|
||||
fi;
|
||||
|
||||
# Release is a special mode... it uploads to the release ppa and cannot have a snapshot
|
||||
|
|
Loading…
Reference in New Issue