Explorar el Código

fix fatal bug

txlyre hace 1 año
padre
commit
7ef4f2b256
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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"