Ver Fonte

fix typo

Jorge Aparicio há 8 anos atrás
pai
commit
2f41babd74
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      ci/script.sh

+ 1 - 1
ci/script.sh

@@ -8,7 +8,7 @@ gist_it() {
 }
 
 build() {
-    $CARGO build --tartet $TARGET
+    $CARGO build --target $TARGET
     $CARGO build --target $TARGET --release
 }