mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 05:45:22 +02:00
fix(rollback): reimplement rollback feature [EE-6367] (#10720)
This commit is contained in:
parent
0fce4c98a0
commit
93124f75cf
8 changed files with 310 additions and 365 deletions
|
@ -9,7 +9,7 @@ import (
|
|||
|
||||
// Confirm starts a rollback db cli application
|
||||
func Confirm(message string) (bool, error) {
|
||||
fmt.Printf("%s [y/N]", message)
|
||||
fmt.Printf("%s [y/N] ", message)
|
||||
|
||||
reader := bufio.NewReader(os.Stdin)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue