Просмотр исходного кода

Update error message to say opencode instead of sst (#81)

Thomas Meire 10 месяцев назад
Родитель
Сommit
e8c3abc369
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/opencode/bin/opencode

+ 1 - 1
packages/opencode/bin/opencode

@@ -49,7 +49,7 @@ else
     done
     
     if [ -z "$resolved" ]; then
-        printf "It seems that your package manager failed to install the right version of the SST CLI for your platform. You can try manually installing the \"%s\" package\n" "$name" >&2
+        printf "It seems that your package manager failed to install the right version of the OpenCode CLI for your platform. You can try manually installing the \"%s\" package\n" "$name" >&2
         exit 1
     fi
 fi