Barry Price has proposed merging ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master.
Commit message: Correct paths for image-lint target Requested reviews: Bind Charmers (bind-charmers) For more details, see: https://code.launchpad.net/~barryprice/charm-k8s-bind/+git/charm-k8s-bind/+merge/393098 -- Your team Bind Charmers is requested to review the proposed merge of ~barryprice/charm-k8s-bind/+git/charm-k8s-bind:master into charm-k8s-bind:master.
diff --git a/Makefile b/Makefile index 6577169..6e99731 100644 --- a/Makefile +++ b/Makefile @@ -30,8 +30,8 @@ image-deps: image-lint: image-deps @echo "Running shellcheck." - @shellcheck files/docker-entrypoint.sh - @shellcheck files/dns-check.sh + @shellcheck image-scripts/docker-entrypoint.sh + @shellcheck image-scripts/dns-check.sh image-build: image-lint @echo "Building the image."
-- Mailing list: https://launchpad.net/~bind-charmers Post to : [email protected] Unsubscribe : https://launchpad.net/~bind-charmers More help : https://help.launchpad.net/ListHelp

