Explorar el Código

fix(snap): use correct channel [skip ci]

Baptiste Augrain hace 3 días
padre
commit
adef3f0534
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      stores/snapcraft/check_version.sh

+ 1 - 1
stores/snapcraft/check_version.sh

@@ -24,7 +24,7 @@ else
   if [[ "${VSCODE_QUALITY}" == "stable" ]]; then
     CHANNEL="${SNAPCRAFT_STORE_CHANNEL:-stable}"
 
-    sudo snap install --channel stable --classic snapcraft
+    sudo snap install --channel "${CHANNEL}" --classic snapcraft
 
     echo "Architecture: ${ARCHITECTURE}"