Skip to content

Commit 6b96bcf

Browse files
committed
updated readme quick run section to use the correct URL that doesn't return 404
1 parent 09a8bad commit 6b96bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

macOS/Apps/Visual Studio Code/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This scripts intended usage scenario is to install Visual Studio Code via the In
99
## Quick Run
1010

1111
```
12-
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/microsoft/shell-intune-samples/master/Apps/Visual%20Studio%20Code/installVSCode.sh)"
12+
sudo /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/microsoft/shell-intune-samples/master/macOS/Apps/Visual%20Studio%20Code/installVSCode.sh)"
1313
```
1414

1515
## Script Settings

0 commit comments

Comments
 (0)