Fix misspelling

This commit is contained in:
Sam Carlton 2021-06-11 17:05:34 -05:00
parent 442b418051
commit fb6b35f54f

View file

@ -26,7 +26,7 @@ test('Can cache publish folder', async (t) => {
// we check if a cached file already exists
if ( await hasCachedPublishFolder() ) {
t.log(`Found cached publich folder at ${ CACHE_PATH }`)
t.log(`Found cached publish folder at ${ CACHE_PATH }`)
t.pass()
return