diff options
author | Julian T <julian@jtle.dk> | 2020-10-10 13:44:33 +0200 |
---|---|---|
committer | Julian T <julian@jtle.dk> | 2020-10-10 13:44:33 +0200 |
commit | da93f4b4ac37e203381f17f0cdbee8c6f3b482c3 (patch) | |
tree | ceaaef44cca9a8cffe1bd3603a637df2796c66fd | |
parent | c630a64a26d0a9593438734d0b368184f4717038 (diff) |
Danish text in build website
-rwxr-xr-x | build.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ File.open(File.join(options[:path], "index.html"), "w") do |file| end if options[:commit] - file.puts "<p>Build from commit #{options[:commit]}</p>" + file.puts "<p>Bygget fra commit #{options[:commit]}</p>" end # Print postampleee? |