Explorar el Código

fix: forgot to uncomment a line!

Poly-Pixel hace 2 años
padre
commit
89dc2f0370
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      frontend/scripts/install_dev_env/install_windows.sh

+ 1 - 1
frontend/scripts/install_dev_env/install_windows.sh

@@ -78,7 +78,7 @@ cd frontend
 
 # Install cargo make
 printMessage "Installing cargo-make."
-#$USERPROFILE/.cargo/bin/cargo install --force cargo-make
+$USERPROFILE/.cargo/bin/cargo install --force cargo-make
 
 # Install duckscript
 printMessage "Installing duckscript."