mirror of
https://github.com/frappe/frappe_docker.git
synced 2026-06-17 13:55:08 +00:00
chore: update frappe branch to version-16
This commit is contained in:
parent
1e78e56ffd
commit
6c05252b9f
1 changed files with 2 additions and 2 deletions
|
|
@ -72,8 +72,8 @@ def get_args_parser():
|
||||||
"--frappe-branch",
|
"--frappe-branch",
|
||||||
action="store",
|
action="store",
|
||||||
type=str,
|
type=str,
|
||||||
help="frappe repo to use, default: version-15", # noqa: E501
|
help="frappe repo to use, default: version-16", # noqa: E501
|
||||||
default="version-15",
|
default="version-16",
|
||||||
)
|
)
|
||||||
parser.add_argument(
|
parser.add_argument(
|
||||||
"-p",
|
"-p",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue