Browse Source

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

Ilya Mashchenko 2 months ago
parent
commit
6dd26c2789
1 changed files with 1 additions and 1 deletions
  1. 1 1
      integrations/deploy.yaml

+ 1 - 1
integrations/deploy.yaml

@@ -585,7 +585,7 @@
           command: >
             $ProgressPreference = 'SilentlyContinue';
             Invoke-WebRequest https://github.com/netdata/netdata-nightlies/releases/latest/download/netdata-x64.msi -OutFile "netdata-x64.msi";
-            msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}/TOKEN={% claim_token %} /ROOMS={% $claim_rooms %}{% /if %}
+            msiexec /qn /i netdata-x64.msi {% if $showClaimingOptions %}TOKEN={% claim_token %} ROOMS={% $claim_rooms %}{% /if %}
   additional_info: |
     ### Available CLI Options