Quick sandbox fixup (#7386)

This commit is contained in:
Zachary Winnerman 2022-08-24 12:49:39 -04:00 committed by GitHub
parent 6543c5d5ac
commit 369c976e82
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -58,7 +58,7 @@ func runTerraform(workspace string) error {
if err != nil {
return err
}
err := runCmd([]string{
err = runCmd([]string{
"workspace",
"select",
"default",
@ -66,7 +66,7 @@ func runTerraform(workspace string) error {
if err != nil {
return err
}
err := runCmd([]string{
err = runCmd([]string{
"workspace",
"delete",
workspace,