Skip to content

Commit 4b87238

Browse files
Fixed image directories
1 parent ec50b11 commit 4b87238

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

NotifierBot/Sources/Notifier/Commands/DiffCommand.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ struct DiffCommand: Command {
3131
return
3232
}
3333
// Send the diff file and the contents of the ncc file
34-
let nccInfo = try String(contentsOfFile: "\(mainDirectory!)/images/\(name)/\(nccFile)")
35-
JFUtils.sendImage(path: "\(mainDirectory!)/images/\(name)/\(diffFile)", chatID: chatID, text: nccInfo)
34+
let nccInfo = try String(contentsOfFile: "\(mainDirectory!)/urlwatcher/images/\(name)/\(nccFile)")
35+
JFUtils.sendImage(path: "\(mainDirectory!)/urlwatcher/images/\(name)/\(diffFile)", chatID: chatID, text: nccInfo)
3636
}
3737
}

0 commit comments

Comments
 (0)