Skip to content

Commit aad37b6

Browse files
committed
rubocop
1 parent 3139d59 commit aad37b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

lib/bashly/commands/add.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ def add_lib(name, *args)
116116
created = safe_write file[:path], file[:content]
117117
files_created += 1 if created
118118
end
119-
119+
120120
message = library.post_install_message
121121
say "\n#{message}" if message && files_created.positive?
122122
end

lib/bashly/library.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ def files
1717
config['files'].map do |file|
1818
{
1919
path: file['target'] % target_file_args,
20-
content: File.read("#{path}/#{file['source']}")
20+
content: File.read("#{path}/#{file['source']}"),
2121
}
2222
end
2323
end

0 commit comments

Comments
 (0)