Skip to content

Commit d8a0041

Browse files
mrleemurrayCopilot
andauthored
Update scripts/update-vscode-codicons.sh
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f920c33 commit d8a0041

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/update-vscode-codicons.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# Usage: ./scripts/update-vscode-codicons.sh
55

66
# Define paths
7-
CODICONS_REPO="$(pwd)"
7+
CODICONS_REPO="$(cd "$(dirname "$0")" && pwd)"
88
VSCODE_REPO="../vscode"
99

1010
# Ensure we're in the codicons repo

0 commit comments

Comments
 (0)