diff options
Diffstat (limited to 'internal')
| -rw-r--r-- | internal/rosa/make.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/rosa/make.go b/internal/rosa/make.go index 0dab3a43..257c51f1 100644 --- a/internal/rosa/make.go +++ b/internal/rosa/make.go @@ -89,7 +89,7 @@ func (attr *MakeHelper) wantsDir() (string, bool) { if attr != nil && attr.InPlace { return helperInPlace, false } - return `"$(mktemp -d)"`, false + return "/cure/", true } // script generates the cure script. |
