Skip to content

Commit

Permalink
Temporarily freeze the path attribute value
Browse files Browse the repository at this point in the history
  • Loading branch information
ashmaroli committed Mar 30, 2020
1 parent 0204057 commit d042e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll/static_file.rb
Expand Up @@ -47,7 +47,7 @@ def path
else
File.join(*[@base, @dir, @name].compact)
end
end
end.freeze
end

# Obtain destination path.
Expand Down

0 comments on commit d042e7a

Please sign in to comment.