Skip to content

Commit 4bc34f6

Browse files
authored
Update installer README, fix deprecated snippet (#6587)
Using commas as separators in "mix do" is deprecated
1 parent 60a009b commit 4bc34f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

installer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ ensure any previous archive versions are removed:
1414
Then run:
1515

1616
$ cd installer
17-
$ MIX_ENV=prod mix do archive.build, archive.install
17+
$ MIX_ENV=prod mix do archive.build + archive.install

0 commit comments

Comments
 (0)