Skip to content

Commit 60b1b52

Browse files
authored
Update startup_script.sh
path correction
1 parent 3f01b21 commit 60b1b52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/startup_script.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ trap 'echo "Error occurred at line $LINENO while executing: $BASH_COMMAND"; exit
77
echo "Starting the vcpkg startup script..."
88

99
# Find the full path to vcpkg
10-
VCPKG_PATH="/usr/local/vcpkg/vcpkg"
10+
VCPKG_PATH="/usr/local/vcpkg/"
1111

1212
if [ -z "$VCPKG_PATH" ]; then
1313
echo "Error: vcpkg is not installed or not in PATH."

0 commit comments

Comments
 (0)