Skip to content

Commit 1b113f8

Browse files
committed
fix: install styleguide makefile target
1 parent ecb4748 commit 1b113f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ docs:
2121
bundle exec rdoc lib -o docs --title "EasyPost Ruby Docs"
2222

2323
## install-styleguide - Import the style guides (Unix only)
24-
install-styleguide: | update-examples-submodule
24+
install-styleguide: | init-examples-submodule
2525
sh examples/symlink_directory_files.sh examples/style_guides/ruby .
2626

2727
## init-examples-submodule - Initialize the examples submodule

0 commit comments

Comments
 (0)