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:
authorChuck Lantz <clantz@microsoft.com>2020-10-09 17:40:44 +0300
committerChuck Lantz <clantz@microsoft.com>2020-10-09 17:40:44 +0300
commitbcdaaedb5f859c5542c17bdf12aa6c4679fa5fb6 (patch)
treead21e2c8d9cc9c35a111076ce2995815a15336a4 /.devcontainer/cache
parent606b3a5f7c53eb89820372249e8d8bc232ae2665 (diff)
Tie Actions workflow to lock files so minor edits do not trigger it
Diffstat (limited to '.devcontainer/cache')
-rwxr-xr-x.devcontainer/cache/before-cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.devcontainer/cache/before-cache.sh b/.devcontainer/cache/before-cache.sh
index 78da0a862ca..cfa7acc9d95 100755
--- a/.devcontainer/cache/before-cache.sh
+++ b/.devcontainer/cache/before-cache.sh
@@ -1,4 +1,4 @@
-#/bin/bash
+#!/bin/bash
# This file establishes a basline for the reposuitory before any steps in the "prepare.sh"
# are run. Its just a find command that filters out a few things we don't need to watch.