Skip to content

Commit d1e8779

Browse files
committed
Update runningscript.md
Fix detect version
1 parent 1f2a728 commit d1e8779

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

documentation/src/main/markdown/runningdetect/basics/runningscript.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,13 @@ from [Command Prompt](https://en.wikipedia.org/wiki/Cmd.exe) or from inside a Po
5151
To download and run the latest version of [detect_product_short] in a single command from Command Prompt:
5252

5353
````
54-
powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect10.ps1?$(Get-Random) | iex; detect"
54+
powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect.ps1?$(Get-Random) | iex; detect"
5555
````
5656

5757
Append any command line arguments to the end, separated by spaces. For example:
5858

5959
````
60-
powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect10.ps1?$(Get-Random) | iex; detect" --blackduck.url=https://blackduck.mydomain.com --blackduck.api.token=myaccesstoken
60+
powershell "[Net.ServicePointManager]::SecurityProtocol = 'tls12'; irm https://detect.blackduck.com/detect.ps1?$(Get-Random) | iex; detect" --blackduck.url=https://blackduck.mydomain.com --blackduck.api.token=myaccesstoken
6161
````
6262

6363
See [Quoting and escaping shell script arguments](../../scripts/script-escaping-special-characters.md) for details about quoting and escaping arguments.

0 commit comments

Comments
 (0)