mirror of
https://github.com/containrrr/watchtower.git
synced 2025-12-18 16:10:12 +01:00
The script uses `cd $(git rev-parse --show-toplevel)`, which fails if the path has spaces. Therefore, replaced `cd $(command)` with `cd "$(command)"` to properly handle spaces. After these changes. it prevents build failures due to incorrect path handling and improves error reporting too. |
||
|---|---|---|
| .. | ||
| build-tplprev.sh | ||
| codecov.sh | ||
| contnet-tests.sh | ||
| dependency-test.sh | ||
| docker-util.sh | ||
| du-cli.sh | ||
| lifecycle-tests.sh | ||