From 1d479733bcbeb630557cd07f721d4510e989934c Mon Sep 17 00:00:00 2001 From: Flu0r1ne Date: Sun, 19 Sep 2021 00:27:55 -0500 Subject: Add list command, copy for bash command, and ability to run non-directory commands anywhere --- adapters/bash/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'adapters/bash/config.go') diff --git a/adapters/bash/config.go b/adapters/bash/config.go index aaa405a..7e6ca3b 100644 --- a/adapters/bash/config.go +++ b/adapters/bash/config.go @@ -33,6 +33,7 @@ func (c *Config) finalize(path string) { if c.Timeout == 0 { c.Timeout = DEFAULT_TIMEOUT; } + } func finalizeConfigs(tcs []planr.TestCase) { -- cgit v1.2.3