diff options
-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? |