mirror of https://github.com/apache/archiva.git
Fix method name
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@513389 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
95614d0efb
commit
013a962760
|
@ -293,7 +293,7 @@
|
|||
<interceptor-ref name="unconfiguredStack"/>
|
||||
</action>
|
||||
|
||||
<action name="runIndexer" class="runRepositoryTaskAction" method="runIndexer">
|
||||
<action name="runIndexer" class="runRepositoryTaskAction" method="runRefresh">
|
||||
<result type="redirect-action">index</result>
|
||||
</action>
|
||||
|
||||
|
|
Loading…
Reference in New Issue