formatting

This commit is contained in:
Michael Bradley, Jr 2018-08-01 21:31:07 -05:00
parent 3601291b94
commit 0288f14b21
1 changed files with 0 additions and 2 deletions

2
run.sh
View File

@ -37,7 +37,6 @@ run_embark () {
return 1
fi
}
check_bash_version
if [[ $? = 1 ]]; then
@ -56,7 +55,6 @@ run_embark () {
return 127
fi
}
check_docker
if [[ $? = 127 ]]; then