Skip to content

Commit fcdeb56

Browse files
committed
double quotes got escaped
1 parent e583e93 commit fcdeb56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/internal/converters/worker_pool_converter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ func (c WorkerPoolConverter) toHcl(pool octopus.WorkerPool, _ bool, lookup bool,
289289
// Fallback is used when the default worker pool, usually called "Hosted Ubuntu" or "Hosted Windows", is not found.
290290
// An empty string falls back to the default worker pool.
291291
// Note this string is used inside an interpolation, which is why it is wrapped in quotes.
292-
fallback := "\"\""
292+
fallback := "''"
293293

294294
if forceLookup {
295295
c.createDynamicWorkerPoolLookupResource(resourceName,

0 commit comments

Comments
 (0)