Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Moreno <joao.moreno@microsoft.com>2021-02-14 22:10:24 +0300
committerJoão Moreno <joao.moreno@microsoft.com>2021-02-14 22:10:24 +0300
commit980becda8d52cc341ddf349021bbda0788912b4d (patch)
treecc5872918b1b7e7ccff886d3854d6d2240267747 /.devcontainer/cache
parenta699ffaee62010c4634d301da2bbdb7646b8d1da (diff)
main rename
fixes #116341
Diffstat (limited to '.devcontainer/cache')
-rwxr-xr-x.devcontainer/cache/build-cache-image.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/cache/build-cache-image.sh b/.devcontainer/cache/build-cache-image.sh
index 78d0fbfdf0c..42e143d7af4 100755
--- a/.devcontainer/cache/build-cache-image.sh
+++ b/.devcontainer/cache/build-cache-image.sh
@@ -8,7 +8,7 @@ set -e
SCRIPT_PATH="$(cd "$(dirname $0)" && pwd)"
CONTAINER_IMAGE_REPOSITORY="$1"
-BRANCH="${2:-"master"}"
+BRANCH="${2:-"main"}"
if [ "${CONTAINER_IMAGE_REPOSITORY}" = "" ]; then
echo "Container repository not specified!"