(minor) make trigger function name consistent with other similar uses
writable() in Writable.pm renamed to "access_1" to be consistent; i.e., reflect the trigger name
This commit is contained in:
parent
2629d7f00a
commit
2cb7d8313e
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ if ( defined($GL_ADMINDIR) ) {
|
|||
# ----------------------------------------------------------------------
|
||||
|
||||
# is the server/repo in a writable state (i.e., not down for maintenance etc)
|
||||
unshift @{ $rc{ACCESS_1} }, 'Writable::writable';
|
||||
unshift @{ $rc{ACCESS_1} }, 'Writable::access_1';
|
||||
|
||||
# (testing only) override the rc file silently
|
||||
# ----------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue