Bläddra i källkod

[tools] Fix syntax with latest rbt tool for specifying the bug to close

Romain Rigaux 10 år sedan
förälder
incheckning
53b723b7a6
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      tools/scripts/hue-review

+ 2 - 2
tools/scripts/hue-review

@@ -23,5 +23,5 @@ exec $RBT post \
 	--target-groups=hue \
 	--target-people="$REVIEWER" \
 	--summary="$SUMMARY" \
-	$REVLIST \
-	$@
+	$@ \
+	$REVLIST