Skip to content

Commit

Permalink
fix typo (daattali#686)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-h committed Jul 30, 2020
1 parent 9128b55 commit 585129f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beautiful-jekyll-theme.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
spec.homepage = "https://beautifuljekyll.com"
spec.license = "MIT"

spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|stfaticman)}i) }
spec.files = `git ls-files -z`.split("\x0").select { |f| f.match(%r{^(assets|_layouts|_includes|LICENSE|README|feed|404|_data|tags|staticman)}i) }

spec.metadata = {
"changelog_uri" => "https://github.com/daattali/beautiful-jekyll/blob/master/CHANGELOG.md",
Expand Down

0 comments on commit 585129f

Please sign in to comment.