server_path: fix
This commit is contained in:
parent
79bf17fcd7
commit
404ff9d885
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ module Ace
|
||||||
|
|
||||||
def server_path
|
def server_path
|
||||||
absolute = self.output_path.sub(/^output\//, "")
|
absolute = self.output_path.sub(/^output\//, "")
|
||||||
absolute.sub! %r<(\.[^./])\.[^/]$>, '\1'
|
absolute.sub! %r<(\.[^./])\.[^/]+$>, '\1'
|
||||||
"/#{absolute}"
|
"/#{absolute}"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue