Clearer force option label with parenthesis
Change-Id: Ia20cb6a08043ad3f962f7f79d6b1bcc31401612c
This commit is contained in:
parent
f128f7010a
commit
aefd5ef63b
@ -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: [
|
||||
|
@ -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: [
|
||||
|
Loading…
Reference in New Issue
Block a user