Skip to content

Commit e2c0040

Browse files
committed
Show step name on error
1 parent c9fcb3d commit e2c0040

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/adjustEnvVars.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ function rmStep(){
227227

228228
# Clean object dir and return the input error
229229
function err(){
230-
printf "${RED}Error building '${OBJ_DIR}'${CLR}${NWL}" >&2
230+
printf "${RED}Error building '${STEP_DIR}'${CLR}${NWL}" >&2
231231
rmStep $STEP_DIR
232232
exit $1
233233
}

0 commit comments

Comments
 (0)