Skip to content

Commit

Permalink
typo: renable to re-enable
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Kollitsch <patrick@davids-neighbour.com>
  • Loading branch information
davidsneighbour committed Apr 26, 2024
1 parent b0e1041 commit 6007911
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/main.ts
Expand Up @@ -97,7 +97,7 @@ const mainCommand = async function (options, command) {
if (options.telemetryDisable) {
globalConfig.set('telemetryDisabled', true)
console.log('Netlify telemetry has been disabled')
console.log('You can renable it anytime with the --telemetry-enable flag')
console.log('You can re-enable it anytime with the --telemetry-enable flag')
exit()
}
if (options.telemetryEnable) {
Expand Down

0 comments on commit 6007911

Please sign in to comment.