Commit a4cb8a32 authored by cmosh's avatar cmosh

Fix feature syntax error

parent f26b27c9
...@@ -517,10 +517,10 @@ cmd_review() { ...@@ -517,10 +517,10 @@ cmd_review() {
if [ "$GITHUB_REQUEST" -gt 300 ] if [ "$GITHUB_REQUEST" -gt 300 ]
echo "Failed to create pull request"
then then
echo "Pull request created on github please inform the code reviewer by mentioning them in the comments" echo "Failed to create pull request"
else else
echo "Pull request created on github please inform the code reviewer by mentioning them in the comments"
fi fi
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment