diff --git a/forgejo-curl.sh b/forgejo-curl.sh index 3397683..6ccb350 100755 --- a/forgejo-curl.sh +++ b/forgejo-curl.sh @@ -88,7 +88,7 @@ function login_api() { fi ( echo -n "Authorization: token " ; cat $DOT/token ) > $DOT/header-token # - # Verify it works + # Verify the token works # local status=$(api -w "%{http_code}" -o /dev/null "${url}/api/v1/user") if test "${status}" != 200 ; then