Clearer force option label with parenthesis

Change-Id: Ia20cb6a08043ad3f962f7f79d6b1bcc31401612c
This commit is contained in:
Wyatt Allen 2018-06-28 12:55:41 -07:00
parent f128f7010a
commit aefd5ef63b
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@
const ForcePushOptions = {
ALLOW: [
{name: 'Allow pushing but not force pushing', value: false},
{name: 'Allow pushing (but not force pushing)', value: false},
{name: 'Allow pushing with or without force', value: true},
],
BLOCK: [

View File

@ -52,7 +52,7 @@ limitations under the License.
() => {
const ForcePushOptions = {
ALLOW: [
{name: 'Allow pushing but not force pushing', value: false},
{name: 'Allow pushing (but not force pushing)', value: false},
{name: 'Allow pushing with or without force', value: true},
],
BLOCK: [