Skip to content

Commit 6fb7739

Browse files
authored
Merge pull request #11 from moguls753/main
fix wrong preview changes
2 parents 3c59e1c + a62cb83 commit 6fb7739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/extract_i18n/file_processor.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def update_i18n_yml_file
9898
end
9999

100100
def original_content
101-
@original_content ||= File.read(@file_path)
101+
File.read(@file_path)
102102
end
103103
end
104104
end

0 commit comments

Comments
 (0)