summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbackflip2
1 files changed, 1 insertions, 1 deletions
diff --git a/backflip b/backflip
index 6b7fec9..49efb43 100755
--- a/backflip
+++ b/backflip
@@ -376,7 +376,7 @@ if $INTERACTIVE; then
fi
else
print_info "Request review."
- #git review $REF_BRANCH
+ git review $REF_BRANCH
if [ $? -ne 0 ]; then
print_info "Cannot request review"
clean 1