Skip to content

Commit efca95c

Browse files
committed
Merge pull request elixir-lang#715 from Steve-O-Cassels/patch-1
Fix windows set environment cmd
2 parents 4cb31a2 + 0996546 commit efca95c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started/mix-otp/introduction-to-mix.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ $ MIX_ENV=prod mix compile
255255
Or on Windows:
256256

257257
```batch
258-
> set /a "MIX_ENV=prod" && mix compile
258+
> set "MIX_ENV=prod" && mix compile
259259
```
260260

261261
## Exploring

0 commit comments

Comments
 (0)