formatting

This commit is contained in:
Jose Diaz-Gonzalez
2015-09-07 00:35:07 -04:00
parent 1e37391cb9
commit fa37a78385
4 changed files with 0 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
case "$1" in case "$1" in
stop) stop)
echo "testid" echo "testid"

View File

@@ -1,3 +1,2 @@
#!/usr/bin/env bash #!/usr/bin/env bash
echo "dokku" echo "dokku"

View File

@@ -1,3 +1,2 @@
#!/usr/bin/env bash #!/usr/bin/env bash
exit 0 exit 0

View File

@@ -1,5 +1,4 @@
#!/usr/bin/env bash #!/usr/bin/env bash
source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/test_helper.bash" source "$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)/test_helper.bash"
if [[ ! -d $DOKKU_ROOT ]]; then if [[ ! -d $DOKKU_ROOT ]]; then