Skip to content

Commit 29d54e2

Browse files
committed
Fixing an issue
1 parent ecc7c54 commit 29d54e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/storage/common/storage-use-azcopy-v10.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ To obtain the link, run this command:
269269
| Operating system | Command |
270270
|--------|-----------|
271271
| **Linux** | `curl -v https://aka.ms/downloadazcopy-v10-linux` |
272-
| **Windows** | `(curl https://aka.ms/downloadazcopy-v10-windows -MaximumRedirection 0 -ErrorAction silentlycontinue).RawContent` |
272+
| **Windows** | `(curl https://aka.ms/downloadazcopy-v10-windows -MaximumRedirection 0 -ErrorAction silentlycontinue).headers.location` |
273273

274274
> [!NOTE]
275275
> For Linux, `--strip-components=1` on the `tar` command removes the top-level folder that contains the version name, and instead extracts the binary directly into the current folder. This allows the script to be updated with a new version of `azcopy` by only updating the `wget` URL.

0 commit comments

Comments
 (0)