@cryptotaxi247 / netdata-1 / commits / 6dd26c278

docs: fix win deploy command for nightly (#19236)

Ilya Mashchenko committed Dec 17, 2024 at 11:50 UTC 6dd26c2789728c3916052261520ac6db616c8544
1 file changed +1 -1
integrations/deploy.yaml
+1 -1
@@ -585,7 +585,7 @@
585 command: >
586 $ProgressPreference = 'SilentlyContinue';
587 Invoke-WebRequest https://github.com/netdata/netdata-nightlies/releases/latest/download/netdata-x64.msi -OutFile "netdata-x64.msi";
588 - msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}/TOKEN={% claim_token %} /ROOMS={% $claim_rooms %}{% /if %}
588 + msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}TOKEN={% claim_token %} ROOMS={% $claim_rooms %}{% /if %}
589 additional_info: |
590 ### Available CLI Options
591