Skip to content

Commit

Permalink
more formats
Browse files Browse the repository at this point in the history
  • Loading branch information
tycooon committed Jun 10, 2022
1 parent 48ff308 commit 5e786fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/helmsnap/generate.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ def call
snapshots_path.glob(["**/*yaml", "**/*.yml"]).each do |path|
content = path.read
content.gsub!(/\d\d\d\d-\d\d-\d\d \d\d:\d\d:\d\d\.\d+/, "2022-01-01 00:00:00.000")
content.gsub!(/\d\d-\d\d-\d\d-\d\d-\d\d-\d\d-\d\d/, "2022-01-01-00-00-00")
content.gsub!(/\d\d\d\d-\d\d-\d\d-\d\d-\d\d-\d\d/, "2022-01-01-00-00-00")
content.gsub!(/\d\d\d\d-\d\d-\d\d-\d\d-\d\d/, "2022-01-01-00-00")
path.write(content)
end
end
Expand Down

0 comments on commit 5e786fe

Please sign in to comment.