Skip to content

Commit 934ad9d

Browse files
author
Yogansh Sharma
committed
Fixed orientation
1 parent 693cc59 commit 934ad9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ run() {
205205
fi
206206

207207
elif [[ ${FILE#*.} == pl ]]; then
208-
perl "$FILE"
208+
perl "$FILE"
209209

210210
elif [[ ${FILE#*.} == lua ]]; then
211211
lua "$FILE"

0 commit comments

Comments
 (0)