Fix Indentation.

This commit is contained in:
Y.Tsuji 2018-08-13 01:55:43 +09:00
parent c5e636f423
commit 6bb49c28c5

View file

@ -199,7 +199,7 @@ elif [[ "${#pathargs[@]}" -ge '2' && ${pathargs[${#pathargs[@]} - 2]} == '_git'
elif [[ "$domain" =~ amazonaws\.com$ ]]; then
# AWS Code Commit
if (( is_issue )); then
echo "Issue feature does not supported on AWS Code Commit." 1>&2
echo "Issue feature does not supported on AWS Code Commit." 1>&2
exit 1
fi