c460ee
From 6ff3314f24687c8224a5520f9c4d2b3c39e730b7 Mon Sep 17 00:00:00 2001
c460ee
From: Tamar Shacked <tshacked@redhat.com>
c460ee
Date: Tue, 1 Jun 2021 13:02:24 +0300
c460ee
Subject: [PATCH 546/584] Update rfc.sh to rhgs-3.5.5
c460ee
c460ee
Signed-off-by: Tamar Shacked <tshacked@redhat.com>
c460ee
Change-Id: Iff543dc77174f983dd39f9fb7cc5005b49594750
c460ee
---
c460ee
 rfc.sh | 4 ++--
c460ee
 1 file changed, 2 insertions(+), 2 deletions(-)
c460ee
c460ee
diff --git a/rfc.sh b/rfc.sh
c460ee
index c0559b9..daeff32 100755
c460ee
--- a/rfc.sh
c460ee
+++ b/rfc.sh
c460ee
@@ -18,7 +18,7 @@ done
c460ee
 shift $((OPTIND-1))
c460ee
 
c460ee
 
c460ee
-branch="rhgs-3.5.4";
c460ee
+branch="rhgs-3.5.5";
c460ee
 
c460ee
 set_hooks_commit_msg()
c460ee
 {
c460ee
@@ -315,7 +315,7 @@ main()
c460ee
     if [ -z "${reference}" ]; then
c460ee
         $drier git push $ORIGIN HEAD:refs/for/$branch/rfc;
c460ee
     else
c460ee
-        $drier git push $ORIGIN HEAD:refs/for/$branch/ref-${reference};
c460ee
+        $drier git push $ORIGIN HEAD:refs/for/$branch;
c460ee
     fi
c460ee
 }
c460ee
 
c460ee
-- 
c460ee
1.8.3.1
c460ee