diff --git a/projects/public-dns/update.sh b/projects/public-dns/update.sh index 987449c..f44fc4b 100755 --- a/projects/public-dns/update.sh +++ b/projects/public-dns/update.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +cd "$(dirname $(realpath "$0"))" + exec bazel run :updater -- \ --config $(realpath ./config.yml) \ --templates $(realpath src/resources/zonefiles)