You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently flowdocktee fails silently if the api-token is invalid. This could be easily fixed by setting bash to stop on errors (set -e) and giving curl --fail switch so it returns non-zero status when http-auth fails.
The text was updated successfully, but these errors were encountered:
Currently flowdocktee fails silently if the api-token is invalid. This could be easily fixed by setting bash to stop on errors (
set -e
) and giving curl--fail
switch so it returns non-zero status when http-auth fails.The text was updated successfully, but these errors were encountered: