Ver Fonte

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

Romain Rigaux há 10 anos atrás
pai
commit
53b723b
1 ficheiros alterados com 2 adições e 2 exclusões
  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