Skip to content

Commit b0c7a81

Browse files
committed
Skip install instructions if JSON/JWT was specified
1 parent 0c06558 commit b0c7a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/generators/rodauth/install_generator.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def create_fixtures
7171
end
7272

7373
def show_instructions
74-
readme "INSTRUCTIONS" if behavior == :invoke && !api_only?
74+
readme "INSTRUCTIONS" if behavior == :invoke && !json? && !jwt?
7575
end
7676

7777
private

0 commit comments

Comments
 (0)