From 44a9ded9117fdc6146f6b348f815a445309a4a2f Mon Sep 17 00:00:00 2001 From: Aode Date: Fri, 31 Jan 2020 19:35:15 -0600 Subject: [PATCH] spacing --- pixelfed/build.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/pixelfed/build.sh b/pixelfed/build.sh index 77c2f27..ea48cc8 100755 --- a/pixelfed/build.sh +++ b/pixelfed/build.sh @@ -5,22 +5,22 @@ VERSION=$1 PIXELFED_RELEASE=$2 function require() { - if [ "$1" = "" ]; then - echo "input '$2' required" - print_help - exit 1 - fi + if [ "$1" = "" ]; then + echo "input '$2' required" + print_help + exit 1 + fi } function print_help() { - echo "build.sh" - echo "" - echo "Usage:" - echo " build.sh [version] [pixelfed_release]" - echo "" - echo "Args:" - echo " version: The version of the current container" - echo " pixelfed_release: The release of pixelfed to include" + echo "build.sh" + echo "" + echo "Usage:" + echo " build.sh [version] [pixelfed_release]" + echo "" + echo "Args:" + echo " version: The version of the current container" + echo " pixelfed_release: The release of pixelfed to include" } function build_image() {