Fix virtualisation variable name
This commit is contained in:
parent
1019ef21d4
commit
e0a2c98ab7
2 changed files with 2 additions and 2 deletions
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"name": "virtualization",
|
||||
"name": "virtualisation",
|
||||
"type": "boolean",
|
||||
"default": "true",
|
||||
"exemple": "false",
|
||||
|
|
|
@ -33,7 +33,7 @@ rpc_secret=$YNH_APP_ARG_RPC_SECRET
|
|||
bootstrap_peers=$YNH_APP_ARG_BOOTSTRAP_PEERS
|
||||
datadir=$YNH_APP_ARG_DATADIR
|
||||
weight=$YNH_APP_ARG_WEIGHT
|
||||
virtualization=$YNH_APP_ARG_VIRTUALIZATION
|
||||
virtualisation=$YNH_APP_ARG_VIRTUALISATION
|
||||
|
||||
|
||||
### If it's a multi-instance app, meaning it can be installed several times independently
|
||||
|
|
Loading…
Reference in a new issue