Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/ass/commit/2e1a05572b0588ea62a7d73a331466f88c251f23 You should set ROOT_URL correctly, otherwise the web may not work correctly.

removed default confirmation, user must explicitly provide input

pull/51/head
tycrek 4 years ago
parent bb4b0656d1
commit 2e1a05572b
No known key found for this signature in database
GPG Key ID: 25D74F3943625263

@ -238,8 +238,7 @@ function getConfirmSchema(description) {
type: 'string',
pattern: /^[y|n]/gim,
message: 'Must respond with either \'y\' or \'n\'',
default: 'y',
required: false,
required: true,
before: (value) => value.toLowerCase().startsWith('y')
}
}

Loading…
Cancel
Save