The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/67

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
This fixes #66.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
From 40fb1296792654da13c62720a24332436cccf3f4 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@canonical.com>
Date: Fri, 30 Aug 2019 08:10:09 +0200
Subject: [PATCH] bin: Fix build-distro usage message

This fixes #66.

Signed-off-by: Thomas Hipp <thomas.h...@canonical.com>
---
 bin/build-distro | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/build-distro b/bin/build-distro
index b00650d..9118500 100755
--- a/bin/build-distro
+++ b/bin/build-distro
@@ -3,7 +3,7 @@ CNAME="distrobuilder-$(uuidgen)"
 
 # Check arguments
 if [ "${1:-}" = "" ] || [ "${2:-}" = "" ] || [ "${3:-}" = "" ] || [ "${4:-}" = 
"" ]; then
-    echo "Usage: ${0} <yaml> <architecture> <target dir> <timeout> [flags]"
+    echo "Usage: ${0} <yaml> <architecture> <timeout> <target dir> [flags]"
     exit 1
 fi
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to