]> git.apps.os.sepia.ceph.com Git - ceph-build.git/commitdiff
fix idention in the make_chacractl_config method 223/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 12 Nov 2015 21:18:27 +0000 (15:18 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 12 Nov 2015 21:18:27 +0000 (15:18 -0600)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
scripts/build_utils.sh

index 17a9aae4da1e1a65dbed6ec76af26aca158383df..1145aa862909748699cfc9ad6e1cda5671acb468 100644 (file)
@@ -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"