Skip to content

Commit

Permalink
Fix typo in .token_cache
Browse files Browse the repository at this point in the history
  • Loading branch information
jirkavrba committed Apr 12, 2021
1 parent eb588f7 commit e9a0954
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/TokenCache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ export class TokenCache {
if (err) {
return logger.error(err);
}
logger.info('Fresh access token dropped into .token_cachen \n'.green);

logger.info('Fresh access token dropped into .token_cache \n'.green);
});
}
}
Expand Down

0 comments on commit e9a0954

Please sign in to comment.