Skip to content

Commit a0f4cd5

Browse files
committed
fixes
1 parent ebefecd commit a0f4cd5

File tree

2 files changed

+6
-3
lines changed
  • lib/bashly/commands
  • spec/approvals/cli/add

2 files changed

+6
-3
lines changed

lib/bashly/commands/add.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Add < Base
3737
command 'lib', <<~USAGE
3838
Create the lib directory for any additional user scripts.
3939
All *.sh scripts in this directory will be included in the final bash script.
40-
Note that if you configured a differetc partials_extension, then the extensions of the files in this directory need to match.
40+
Note that if you configured a different partials_extension, then the extensions of the files in this directory need to match.
4141
USAGE
4242

4343
command 'settings', 'Copy a sample settings.yml file to your project, allowing you to customize some ' \

spec/approvals/cli/add/help

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,11 @@ Commands:
2828
Add a help command, in addition to the standard --help flag.
2929

3030
lib
31-
Create the additional lib directory for additional user scripts. All *.sh
32-
scripts in this folder will be included in the final bash script.
31+
Create the lib directory for any additional user scripts.
32+
All *.sh scripts in this directory will be included in the final bash
33+
script.
34+
Note that if you configured a different partials_extension, then the
35+
extensions of the files in this directory need to match.
3336

3437
settings
3538
Copy a sample settings.yml file to your project, allowing you to customize

0 commit comments

Comments
 (0)