Skip to content

Commit 6398515

Browse files
committed
fix: linter issues
1 parent 24aabf8 commit 6398515

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/teamwork.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,8 @@ Comment: $comment"
227227
teamwork::pull_request_review_dismissed() {
228228
local -r user=$(github::get_sender_user)
229229
teamwork::add_comment "Review dismissed by $user"
230-
if [ -n "$comment" ]; then
230+
if [ -z "$comment" ]; then
231+
true
231232
else
232233
teamwork::add_comment "Comment: $comment"
233234
fi

0 commit comments

Comments
 (0)