diff options
author | Josh Spicer <joshspicer@github.com> | 2022-05-26 02:56:12 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-26 02:56:12 +0300 |
commit | 04f5d29fd077718a364fa79c76e103e5c0f3c1ad (patch) | |
tree | 91a7901e79e12d8e980b2614abaa08297f9545e7 /src/go/install.sh | |
parent | f86091f02dfd16e122f420906d422616a60c27cd (diff) |
smart PR action (#23)
* attempt at update action
* Update test-pr.yaml
* make a change to a source file
* try out a few
* easy case
* filter
* try a two-feature key
* without jup
* overthinking?
* naming
* changes
* all
* remove comments
Diffstat (limited to 'src/go/install.sh')
-rw-r--r-- | src/go/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/go/install.sh b/src/go/install.sh index 47ab299..86d652b 100644 --- a/src/go/install.sh +++ b/src/go/install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash #------------------------------------------------------------------------------------------------------------- # Copyright (c) Microsoft Corporation. All rights reserved. -# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information. +# Licensed under the MIT License. See https://go.microsoft.com/fwlink/?linkid=2090316 for license information #------------------------------------------------------------------------------------------------------------- # # Docs: https://github.com/microsoft/vscode-dev-containers/blob/main/script-library/docs/go.md |