Browse Source

fix fatal bug

txlyre 1 year ago
parent
commit
7ef4f2b256
1 changed files with 1 additions and 1 deletions
  1. 1 1
      langs/elixir/run.sh

+ 1 - 1
langs/elixir/run.sh

@@ -1,4 +1,4 @@
-IN="$(mktemp --sufffix .exs)"
+IN="$(mktemp --suffix .exs)"
 
 cat > "$IN"