Skip to content

Commit

Permalink
updated lazagne URL (#2536)
Browse files Browse the repository at this point in the history
* Repair path error

* Repair path error

* Update dependency URL

* Update T1555.003.yaml

---------

Co-authored-by: ywliang <[email protected]>
Co-authored-by: Carrie Roberts <[email protected]>
  • Loading branch information
3 people authored Sep 22, 2023
1 parent a228ee8 commit 31713d2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions atomics/T1555.003/T1555.003.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ if (Test-Path "#{lazagne_path}") {exit 0} else {exit 1}
```
##### Get Prereq Commands:
```powershell
New-Item -Type Directory (split-path "#{lazagne_path}") -ErrorAction ignore | Out-Null
Invoke-WebRequest "https://github.com/AlessandroZ/LaZagne/releases/download/2.4.5/lazagne.exe" -OutFile "#{lazagne_path}"
New-Item -Type Directory (split-path #{lazagne_path}) -ErrorAction ignore | Out-Null
Invoke-WebRequest "https://github.com/AlessandroZ/LaZagne/releases/download/v2.4.5/LaZagne.exe" -OutFile "#{lazagne_path}"
```


Expand Down
2 changes: 1 addition & 1 deletion atomics/T1555.003/T1555.003.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ atomic_tests:
if (Test-Path "#{lazagne_path}") {exit 0} else {exit 1}
get_prereq_command: |
New-Item -Type Directory (split-path "#{lazagne_path}") -ErrorAction ignore | Out-Null
Invoke-WebRequest "https://github.com/AlessandroZ/LaZagne/releases/download/2.4.5/lazagne.exe" -OutFile "#{lazagne_path}"
Invoke-WebRequest "https://github.com/AlessandroZ/LaZagne/releases/download/v2.4.5/LaZagne.exe" -OutFile "#{lazagne_path}"
executor:
name: command_prompt
elevation_required: true
Expand Down

0 comments on commit 31713d2

Please sign in to comment.