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:
parent
ed583c464a
commit
74d5351ed5
2 changed files with 2 additions and 14 deletions
4
run.sh
4
run.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue