1
0
Fork 0

Fix code style

This commit is contained in:
Braiden Vasco 2017-07-02 03:12:49 +00:00
parent bfa840b0de
commit e558274468

View file

@ -1,7 +1,6 @@
#!/bin/bash -e
run_sub_stage()
{
run_sub_stage() {
log "Begin ${SUB_STAGE_DIR}"
pushd ${SUB_STAGE_DIR} > /dev/null
for i in {00..99}; do