From: Matthias Kruk Date: Mon, 19 Jul 2021 23:29:14 +0000 (+0900) Subject: watchbot: Don't include foundry/msg/commit directly X-Git-Url: https://git.corax.cc/?a=commitdiff_plain;h=98ab5e6a91dcff8e6190fe4fe36daff761c3367f;p=foundry watchbot: Don't include foundry/msg/commit directly 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. --- diff --git a/watchbot.sh b/watchbot.sh index e5002e5..f2968db 100755 --- a/watchbot.sh +++ b/watchbot.sh @@ -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