Skip to content

Commit cbfe060

Browse files
committed
misspelled tmpdir
1 parent d0d29ac commit cbfe060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ singularity run --pwd /go/src/github.com/vsoch/salad $TMPDIR/chimichanga.simg fo
8686
test "$?" -eq "0" && echo "PASS" || echo "FAIL"
8787

8888
echo "Cleaning up..."
89-
rm -rf "${TMPOIR}"
89+
rm -rf "${TMPDIR}"

0 commit comments

Comments
 (0)