docs: win deploy remove `./` (#18996)
Ilya Mashchenko committed
Nov 12, 2024 at 11:16 UTC
da1011a39eefb3cba4ea0c6a93a2110d48e47ac9
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