From c02fbb284c845eca01ea115df284cc3395030d70 Mon Sep 17 00:00:00 2001 From: tbradsha <32492176+tbradsha@users.noreply.github.com> Date: Fri, 7 Jun 2024 13:46:07 -0600 Subject: [PATCH] Update comment --- tools/install-vscode-settings.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/install-vscode-settings.sh b/tools/install-vscode-settings.sh index 5e69513462557..97997672d06f4 100755 --- a/tools/install-vscode-settings.sh +++ b/tools/install-vscode-settings.sh @@ -3,9 +3,9 @@ # See: p1HpG7-sQE-p2 # # Exit codes: -# 0: all is well +# 0: All is well # 1: Repo settings template is missing -# 2: Symlink creation failed +# 2: Settings file creation failed # Go to monorepo root. cd "$(dirname "${BASH_SOURCE[0]}")/.."