Skip to content

Commit 910fb11

Browse files
authored
chore: remove unnecessary character escapes (#7)
1 parent 767fd8c commit 910fb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ sade('ley')
2020
.version(pkg.version)
2121
.option('-C, --cwd', 'The current directory to resolve from', '.')
2222
.option('-d, --dir', 'The directory of migration files to run', 'migrations')
23-
.option('-c, --config', 'Path to \`ley\` config file', 'ley.config.js')
23+
.option('-c, --config', 'Path to `ley` config file', 'ley.config.js')
2424
.option('-r, --require', 'Additional module(s) to preload')
2525

2626
.command('up')

0 commit comments

Comments
 (0)