From e97c6b9b9c90a6f97019021d6bfcc73ed92580cc Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 14 Sep 2018 22:33:30 +0300 Subject: Filter packages manifest against CI request manifest in ci-load --- brep/handler/handler.bash.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'brep/handler/handler.bash.in') diff --git a/brep/handler/handler.bash.in b/brep/handler/handler.bash.in index 89e7e21..fa287a3 100644 --- a/brep/handler/handler.bash.in +++ b/brep/handler/handler.bash.in @@ -37,7 +37,7 @@ if [ "$#" -gt 0 ]; then # identifies the posted entity. A handler may overwrite this value if that's # not the case. # - info_ref="$(basename "${!#/}")" + info_ref="$(basename "${!#%/}")" fi function info () # -- cgit v1.1