From 54b50f3e451f71809b8806231dfd70acf79f47dc Mon Sep 17 00:00:00 2001 From: Eric Swanson Date: Sun, 24 Nov 2024 22:21:07 -0800 Subject: [PATCH] shellcheck --- e2e/tests-dfx/extension.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/tests-dfx/extension.bash b/e2e/tests-dfx/extension.bash index 5a5f597e1f..eeeec3537f 100644 --- a/e2e/tests-dfx/extension.bash +++ b/e2e/tests-dfx/extension.bash @@ -34,7 +34,7 @@ teardown() { "display": "rust by extension", "requirements": [], "post_create": "cargo update", - "port_create_failure_warning": "You will need to run it yourself (or a similar command like `cargo vendor`), because `dfx build` will use the --locked flag with Cargo." + "port_create_failure_warning": "You will need to run it yourself (or a similar command like 'cargo vendor'), because 'dfx build' will use the --locked flag with Cargo." } }, "download_url_template": "http://localhost:$E2E_WEB_SERVER_PORT/arbitrary/downloads/{{tag}}.{{archive-format}}"