commit 2e265979fef85a4d23bf1a8d01a2b5328af54803 parent 01e369829d79698ceacea2a928282a345a5ac616 Author: Devan Carpenter <devan@taler.net> Date: Wed, 15 Jan 2025 23:08:04 +0000 aptly: use new repo name Diffstat:
| M | aptly/entr.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/aptly/entr.sh b/aptly/entr.sh @@ -2,5 +2,5 @@ set -xo while true ; do - echo "${HOME}/incoming/bookworm-taler-ci" | entr -n -d "${HOME}/deployment/aptly/aptly-publish.sh" ; sleep 1 || true + echo "${HOME}/incoming/bookworm-taler-ci" | entr -n -d "${HOME}/taler-deployment/aptly/aptly-publish.sh" ; sleep 1 || true done