Skip to content

Commit 70f8393

Browse files
committed
Fix executable on example scripts
1 parent e37c94e commit 70f8393

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/mc-status-webhook.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ set "MSW_STATUS_OFFLINE_VALUE=Offline"
1313
set "MSW_ADDRESS_TITLE=Address"
1414
set "MSW_ADDRESS_VALUE=example.com"
1515

16-
python mc_status_webhook.py
16+
mc-status-webhook.exe

examples/mc-status-webhook.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export MSW_STATUS_OFFLINE_VALUE='Offline'
1212
export MSW_ADDRESS_TITLE='Address'
1313
export MSW_ADDRESS_VALUE='example.com'
1414

15-
python3 mc_status_webhook.py
15+
mc-status-webhook

0 commit comments

Comments
 (0)