Skip to content

Commit 77b32e8

Browse files
committed
Whoops forgot cmd prefix
1 parent f6b5177 commit 77b32e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mix.exs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,8 @@ defmodule ComponentsGuide.MixProject do
7878
"phx.digest"
7979
],
8080
production_build: [
81-
"rustup install stable",
82-
"rustup default stable",
81+
"cmd rustup install stable",
82+
"cmd rustup default stable",
8383
"setup",
8484
"assets.deploy",
8585
"compile"

0 commit comments

Comments
 (0)