mirror of
https://github.com/frappe/bench.git
synced 2025-01-06 23:44:03 +00:00
fix(easy-install.py): fix message for upgrading setup
This commit is contained in:
parent
df24b714cc
commit
da5ba67e17
@ -768,8 +768,8 @@ if __name__ == "__main__":
|
||||
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,
|
||||
|
Loading…
Reference in New Issue
Block a user