Skip to content

Commit

Permalink
lxc-opensuse: fix default value for release code
Browse files Browse the repository at this point in the history
Signed-off-by: Maxime Besson <maxime.besson@smile.fr>
  • Loading branch information
mabes authored and stgraber committed Mar 20, 2017
1 parent 00a7a30 commit 6865ec3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/lxc-opensuse.in
Expand Up @@ -459,7 +459,7 @@ fi
if [ -z "$DISTRO" ]; then
echo ""
echo "No release selected, using openSUSE Leap 42.2"
DISTRO=42.2
DISTRO="leap/42.2"
else
echo ""
case "$DISTRO" in
Expand Down

0 comments on commit 6865ec3

Please sign in to comment.