Skip to content

Commit 6bb49c2

Browse files
committed
Fix Indentation.
1 parent c5e636f commit 6bb49c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-open

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ elif [[ "${#pathargs[@]}" -ge '2' && ${pathargs[${#pathargs[@]} - 2]} == '_git'
199199
elif [[ "$domain" =~ amazonaws\.com$ ]]; then
200200
# AWS Code Commit
201201
if (( is_issue )); then
202-
echo "Issue feature does not supported on AWS Code Commit." 1>&2
202+
echo "Issue feature does not supported on AWS Code Commit." 1>&2
203203
exit 1
204204
fi
205205

0 commit comments

Comments
 (0)