diff --git a/xCAT-server/lib/xcat/plugins/rhevm.pm b/xCAT-server/lib/xcat/plugins/rhevm.pm index 7a9437860..dba1f3e34 100644 --- a/xCAT-server/lib/xcat/plugins/rhevm.pm +++ b/xCAT-server/lib/xcat/plugins/rhevm.pm @@ -3007,7 +3007,7 @@ sub search_src { # is a path $api = "/api/$container".$node; $ispath = 1; - } elsif ($node =~ /\%3d/) { + } elsif ($node =~ /\%3D/) { $api = "/api/$container?search=$node"; } elsif ($node eq "xxxxxx_all_objs") { $api = "/api/$container";