Skip to content

Commit 41d65f8

Browse files
committed
- Fix 'bashly add test'
1 parent 158d52b commit 41d65f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bashly.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Gem::Specification.new do |s|
1111
s.description = "Generate bash command line tools using YAML configuration"
1212
s.authors = ["Danny Ben Shitrit"]
1313
s.email = '[email protected]'
14-
s.files = Dir['README.md', 'lib/**/*.*']
14+
s.files = Dir['README.md', 'lib/**/*']
1515
s.executables = ['bashly']
1616
s.homepage = 'https://github.com/dannyben/bashly'
1717
s.license = 'MIT'

0 commit comments

Comments
 (0)