Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
chrismayer committed Oct 12, 2023
1 parent 04f7b61 commit 03f01a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const chromeExecPath = process.env.GS_CHECKER_CHROME_EXEC;
console.error('✘ Login failed to GeoServer web interface.');
process.exit(1);
} else {
console.info('✔ Sucessfully logged in to GeoServer web interface.');
console.info('✔ Successfully logged in to GeoServer web interface.');
console.info(' Check screenshot after login: ', screenshot);
}

Expand Down

0 comments on commit 03f01a3

Please sign in to comment.