]> git.corax.cc Git - foundry/commitdiff
watchbot: Don't include foundry/msg/commit directly
authorMatthias Kruk <m@m10k.eu>
Mon, 19 Jul 2021 23:29:14 +0000 (08:29 +0900)
committerMatthias Kruk <m@m10k.eu>
Mon, 19 Jul 2021 23:29:14 +0000 (08:29 +0900)
Watchbot includes the commit submodule of foundry/msg directly, which
causes some of the methods not to work correctly.
This commit changes watchbot to include foundry/msg instead of
foundry/msg/commit.

watchbot.sh

index e5002e568a85aacc54711f7cff0b50a8d0e51509..f2968dbb5cc619aa175386f6bf6a06a6b0d6023d 100755 (executable)
@@ -230,7 +230,7 @@ main() {
                exit 1
        fi
 
-       if ! include "log" "opt" "inst" "ipc" "foundry/msg/commit"; then
+       if ! include "log" "opt" "inst" "ipc" "foundry/msg"; then
                exit 1
        fi