From 5688e718fa16bbd71ba2ae0a8ac4705671f96142 Mon Sep 17 00:00:00 2001 From: Lucas Fontes Date: Wed, 10 Jul 2024 14:41:32 -0300 Subject: [PATCH] dropping 'file:' comments to avoid confusion Signed-off-by: Lucas Fontes --- examples/quickstart/hello-world-application.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/examples/quickstart/hello-world-application.yaml b/examples/quickstart/hello-world-application.yaml index 42d0877..967c8e3 100644 --- a/examples/quickstart/hello-world-application.yaml +++ b/examples/quickstart/hello-world-application.yaml @@ -16,8 +16,6 @@ spec: - name: http-component type: component properties: - # To use the locally compiled code in this folder, use the line below instead after running `wash build`: - # image: file://./build/http_hello_world_s.wasm image: ghcr.io/wasmcloud/components/http-hello-world-rust:0.1.0 traits: # Govern the spread/scheduling of the component