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 b66fe1e commit 89739b6Copy full SHA for 89739b6
registry/coder-labs/modules/sourcegraph-amp/main.tf
@@ -199,7 +199,7 @@ locals {
199
install_script = file("${path.module}/scripts/install.sh")
200
start_script = file("${path.module}/scripts/start.sh")
201
module_dir_name = ".amp-module"
202
- workdir = trimsuffix(var.workdir, "/")
+ workdir = trimsuffix(var.workdir, "/")
203
}
204
205
module "agentapi" {
0 commit comments