Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
cli: better error message when state is locked
Browse files Browse the repository at this point in the history
  • Loading branch information
thdxr committed Oct 15, 2024
1 parent 7eefd24 commit 4c2d777
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/project/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ type DevSession interface {

const SSM_NAME_BOOTSTRAP = "/sst/bootstrap"

var ErrLockExists = fmt.Errorf("Concurrent update detected, run `sst unlock` to delete lock file and retry.")
var ErrLockExists = fmt.Errorf("Concurrent update detected, run `sst unlock --stage=<stage>` to delete lock file and retry.")

var passphraseCache = map[Home]map[string]string{}

Expand Down

0 comments on commit 4c2d777

Please sign in to comment.