diff options
Diffstat (limited to 'oedquery.sh')
-rwxr-xr-x | oedquery.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oedquery.sh b/oedquery.sh index 0c2a2ab..d8865bf 100755 --- a/oedquery.sh +++ b/oedquery.sh @@ -22,7 +22,7 @@ _curl() { exit elif [[ "$result" == "Authentication failed" ]] then - echo "Authentication failed, probably exceeded monthly usage." + echo "Authentication failed. Tell $maintainer to fix." exit 0 fi if [[ "$result" == "Usage limit exceeded. Please, review your plan and minute rate limits." ]] |