chore: adjust whitespace

Adjusted the indention and killed the kick off script that I had added for
myself (moved to another repo)
This commit is contained in:
Josh Sherman 2018-10-14 11:30:18 -05:00
parent ed583c464a
commit 74d5351ed5
No known key found for this signature in database
GPG key ID: 55B058A80530EF22
2 changed files with 2 additions and 14 deletions

4
run.sh
View file

@ -1,8 +1,8 @@
#!/bin/bash
if [ $# -eq 0 ]; then
echo 'Missing argument, provider name'
exit 1
echo 'Missing argument, provider name'
exit 1
fi;
PROVIDER=$1