Skip to content

Commit

Permalink
fmt.
Browse files Browse the repository at this point in the history
  • Loading branch information
tjholm committed Jun 3, 2024
1 parent 31bba99 commit 3b3e1cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloud/common/deploy/provider/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ func createTerraformStackForNitricProvider(req *deploymentspb.DeploymentUpReques
return err
}

return os.MkdirAll(filepath.Join(path), 0755)
return os.MkdirAll(filepath.Join(path), 0o755)
})
if err != nil {
return err
Expand Down

0 comments on commit 3b3e1cc

Please sign in to comment.