Skip to content

Commit

Permalink
Update interactive message for overwrite/append (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
magodo authored Aug 29, 2022
1 parent e29f015 commit 9259577
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/meta/meta.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ func NewMeta(cfg config.CommonConfig) (*Meta, error) {
fmt.Printf(`
The output directory is not empty. Please choose one of actions below:
* To overwrite everything inside the output directory, press "O"
* To append (state and config) into the output directory, press "A"
* Press "Y" to overwrite the existing directory with new files
* Press "N" to append new files and add to the existing state instead
* Press other keys to quit
> `)
Expand Down

0 comments on commit 9259577

Please sign in to comment.