Skip to content

Commit

Permalink
enable proxy bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
Barber authored and Barber committed Dec 4, 2023
1 parent ad81cce commit 031fcdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/internal/processes/bootstrap.go
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ provider "aws" {
region = "us-west-2"
}`

err := fs.MkdirAll(appConfig.Workdir, 0755)
err := fs.MkdirAll(filepath.Join(appConfig.Workdir, "workspace"), 0755)
if err != nil {
log.WithError(err).Error("Couldn't create new working directory")
}
Expand Down

0 comments on commit 031fcdd

Please sign in to comment.