Skip to content

Commit

Permalink
refactor: Fix log typo
Browse files Browse the repository at this point in the history
  • Loading branch information
medikoo committed Nov 22, 2021
1 parent 911c336 commit 2ac804b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServerlessOffline.js
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ export default class ServerlessOffline {
this.log.notice()
this.log.notice(
`Starting Offline at stage ${provider.stage} ${chalk.gray(
`{${provider.region})`,
`(${provider.region})`,
)}`,
)
this.log.notice()
Expand Down

0 comments on commit 2ac804b

Please sign in to comment.