server_path: fix

master
Denis Knauf 2013-01-21 13:08:07 +01:00
parent 57185d83a7
commit 79bf17fcd7
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ module Ace
def server_path
absolute = self.output_path.sub(/^output\//, "")
absolute.sub! %r<(\.[^./]).[^/]$>, '\1'
absolute.sub! %r<(\.[^./])\.[^/]$>, '\1'
"/#{absolute}"
end