Skip to content

Commit

Permalink
Run force-unlock with -no-color flag (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
HadrienPatte committed Aug 19, 2022
1 parent 01d8b48 commit 28ec186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tfexec/force_unlock.go
Expand Up @@ -36,7 +36,7 @@ func (tf *Terraform) forceUnlockCmd(ctx context.Context, lockID string, opts ...
for _, o := range opts {
o.configureForceUnlock(&c)
}
args := []string{"force-unlock", "-force"}
args := []string{"force-unlock", "-no-color", "-force"}

// positional arguments
args = append(args, lockID)
Expand Down

0 comments on commit 28ec186

Please sign in to comment.