We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9f8a4f commit 7509ab8Copy full SHA for 7509ab8
dogfood/main.tf
@@ -272,7 +272,7 @@ resource "coder_agent" "dev" {
272
cd "${local.repo_dir}/site" && pnpm install && pnpm playwright:install
273
else
274
echo "The directory ${local.repo_dir}/site does not exist. Clone is not complete."
275
- echo 'Please run "${local.repo_dir}/site && pnpm install && pnpm playwright:instal" after workspace creation'
+ echo 'Please run "cd ${local.repo_dir}/site && pnpm install && pnpm playwright:instal" after workspace creation'
276
fi
277
EOT
278
}
0 commit comments