Skip to content

Commit d104b98

Browse files
Fixed executable for the check command
1 parent 524926d commit d104b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NotifierBot/Sources/Notifier/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ let kPermissionsFile = "\(mainDirectory!)/permissions.txt"
2222
// The file containing the urls and their settings
2323
let kURLListFile = "\(mainDirectory!)/urlwatcher/urls.list"
2424
// The url_watcher.sh script that actually performs the monitoring
25-
let kUrlwatchTool = "\(mainDirectory!)/urlwatcher/urlwatcher.sh"
25+
let kUrlwatchTool = "\(mainDirectory!)/urlwatcher/urlwatcher"
2626
// The python screenshot script that takes the screenshot
2727
let kScreenshotScript = "\(mainDirectory!)/tools/screenshot.sh"
2828
// The telegram.sh script from here: https://github.com/fabianonline/telegram.sh

0 commit comments

Comments
 (0)