Skip to content

Commit

Permalink
fix(easy-install.py): fix message for upgrading setup
Browse files Browse the repository at this point in the history
  • Loading branch information
revant committed Nov 11, 2024
1 parent df24b71 commit da5ba67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions easy-install.py
Original file line number Diff line number Diff line change
Expand Up @@ -768,8 +768,8 @@ def get_args_parser():
logging.info("Running Development Setup")
setup_dev_instance(args.project)
elif args.subcommand == "upgrade":
cprint("\nSetting Up Development Instance\n", level=2)
logging.info("Running Development Setup")
cprint("\nUpgrading Production Instance\n", level=2)
logging.info("Upgrading Development Setup")
update_prod(
project=args.project,
version=args.version,
Expand Down

0 comments on commit da5ba67

Please sign in to comment.