From: Andrew Schoen Date: Thu, 12 Nov 2015 21:18:27 +0000 (-0600) Subject: fix idention in the make_chacractl_config method X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=8ad7b8201e7e90f349e9366c82ae1b52ec8a8890;p=ceph-build.git fix idention in the make_chacractl_config method Signed-off-by: Andrew Schoen --- diff --git a/scripts/build_utils.sh b/scripts/build_utils.sh index 17a9aae4..1145aa86 100644 --- a/scripts/build_utils.sh +++ b/scripts/build_utils.sh @@ -31,8 +31,8 @@ install_python_packages () { } make_chacractl_config () { -# create the .chacractl config file -cat > $HOME/.chacractl << EOF + # create the .chacractl config file + cat > $HOME/.chacractl << EOF url = "$CHACRACTL_URL" user = "$CHACRACTL_USER" key = "$CHACRACTL_KEY"