From eef431af100ea0533b177e75f24473fdabfa415b Mon Sep 17 00:00:00 2001 From: Pragmatic Software Date: Thu, 25 Nov 2021 16:47:26 -0800 Subject: [PATCH] Fix path --- applets/compliment | 2 +- applets/horoscope | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/applets/compliment b/applets/compliment index 0daf6250..2e6a5690 100755 --- a/applets/compliment +++ b/applets/compliment @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/modules/lookupbot.pl compliment "$*" +~/pbot/applets/lookupbot.pl compliment "$*" diff --git a/applets/horoscope b/applets/horoscope index d2d62b28..ef97e47e 100755 --- a/applets/horoscope +++ b/applets/horoscope @@ -1,4 +1,4 @@ #!/bin/sh # SPDX-FileCopyrightText: 2021 Pragmatic Software # SPDX-License-Identifier: MIT -~/pbot/modules/lookupbot.pl horoscope "$*" +~/pbot/applets/lookupbot.pl horoscope "$*"