Skip to content

Commit

Permalink
[FIX JENKINS-22617] Fix path to deletion of VM error log
Browse files Browse the repository at this point in the history
(cherry picked from commit b517eb7)
  • Loading branch information
daniel-beck authored and olivergondza committed Jul 3, 2014
1 parent d2a9f10 commit 694538e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@ THE SOFTWARE.
(${%ago(f.timeSpanString)})
</td>
<td>
<form method="post" action="files/${idx.index}/${f.name}/delete" name="${idx}">
<form method="post" action="files/${idx.index}/delete" name="${idx}">
<f:submit value="${%Delete}"/>
</form>
</td>
Expand Down

0 comments on commit 694538e

Please sign in to comment.