Skip to content

Commit

Permalink
corrected message
Browse files Browse the repository at this point in the history
Signed-off-by: Pappu Kumar <pappu.kumar@progress.com>
  • Loading branch information
Pappu Kumar committed Jan 9, 2023
1 parent 698d233 commit 8dcfc37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/automate-cli/cmd/chef-automate/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -798,7 +798,7 @@ func runDeleteBackupCmd(cmd *cobra.Command, args []string) error {
start := 0
var validIds []string
var backup []*api.BackupTask

if strings.Contains(args[0], "/") || strings.Contains(args[0], "\\") {
location = args[0]
start = 1
Expand Down Expand Up @@ -1234,7 +1234,7 @@ func (ins *BackupFromBashtionImp) executeOnRemoteAndPoolStatus(commandString str
}

if config.Architecture.ConfigInitials.BackupConfig == BACKUP_CONFIG && isManagedServicesOn() {
writer.Printf("currently we don't have support for file_system backup with AWS managed DB\n")
writer.Printf("As of now, we do not support file_system backup with AWS managed DB.\n")
return nil
}

Expand Down

0 comments on commit 8dcfc37

Please sign in to comment.