We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5e636f commit 6bb49c2Copy full SHA for 6bb49c2
git-open
@@ -199,7 +199,7 @@ elif [[ "${#pathargs[@]}" -ge '2' && ${pathargs[${#pathargs[@]} - 2]} == '_git'
199
elif [[ "$domain" =~ amazonaws\.com$ ]]; then
200
# AWS Code Commit
201
if (( is_issue )); then
202
- echo "Issue feature does not supported on AWS Code Commit." 1>&2
+ echo "Issue feature does not supported on AWS Code Commit." 1>&2
203
exit 1
204
fi
205
0 commit comments