Skip to content

Commit 6f3b8c0

Browse files
Adding missing dash from command
Adding - to the linux command (-D-)
1 parent 50a90de commit 6f3b8c0

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
@@ -149,7 +149,7 @@ To obtain the link, run this command:
149149

150150
| Operating system | Command |
151151
|--------|-----------|
152-
| **Linux** | `curl -s -D https://aka.ms/downloadazcopy-v10-linux \| grep ^Location` |
152+
| **Linux** | `curl -s -D- https://aka.ms/downloadazcopy-v10-linux \| grep ^Location` |
153153
| **Windows PowerShell** | `(Invoke-WebRequest -Uri https://aka.ms/downloadazcopy-v10-windows -MaximumRedirection 0 -ErrorAction SilentlyContinue).headers.location` |
154154
| **PowerShell 6.1+** | `(Invoke-WebRequest -Uri https://aka.ms/downloadazcopy-v10-windows -MaximumRedirection 0 -ErrorAction SilentlyContinue -SkipHttpErrorCheck).headers.location` |
155155

0 commit comments

Comments
 (0)