Skip to content

Commit

Permalink
update info error message
Browse files Browse the repository at this point in the history
  • Loading branch information
michel-silva committed Dec 27, 2023
1 parent 07283fe commit fb476b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ EOF
info "Finish import dump database $DB"

else
info "Fail create dump"
info "Error creating dump"
fi

info "Remove dump file"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ EOF
info "Finish import dump database $DB"

else
info "Fail create dump"
info "Error creating dump"
fi

info "Remove dump file"
Expand Down

0 comments on commit fb476b9

Please sign in to comment.