Skip to content

Commit

Permalink
(#155) Merge pull request #156 from Stunkymonkey/win_chocolatey-fix-e…
Browse files Browse the repository at this point in the history
…nvironment-doc

(#155) win_chocolatey-doc: Correct invalid example using `environment` entry
  • Loading branch information
vexx32 authored Sep 24, 2024
2 parents a0932b4 + 5a1e050 commit 32aadfe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chocolatey/plugins/modules/win_chocolatey.py
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@
win_chocolatey:
name: chocolatey
environment:
- chocolateyDownloadUrl: "https://internal-web-server/files/chocolatey.1.1.0.nupkg"
chocolateyDownloadUrl: "https://internal-web-server/files/chocolatey.1.1.0.nupkg"
- name: Ensure Chocolatey itself is installed and use internal repo as source for bootstrap script
win_chocolatey:
Expand All @@ -439,7 +439,7 @@
name: chocolatey
bootstrap_script: https://internal-web-server/files/custom-chocolatey-install.ps1
environment:
- chocolateyDownloadUrl: "https://internal-web-server/files/chocolatey.1.1.0.nupkg"
chocolateyDownloadUrl: "https://internal-web-server/files/chocolatey.1.1.0.nupkg"
- name: Uninstall git
win_chocolatey:
Expand Down

0 comments on commit 32aadfe

Please sign in to comment.