aboutsummaryrefslogtreecommitdiff
path: root/http_handle_repo_tree.go
diff options
context:
space:
mode:
Diffstat (limited to 'http_handle_repo_tree.go')
-rw-r--r--http_handle_repo_tree.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http_handle_repo_tree.go b/http_handle_repo_tree.go
index 2459580..f6729e9 100644
--- a/http_handle_repo_tree.go
+++ b/http_handle_repo_tree.go
@@ -126,7 +126,7 @@ func httpHandleRepoTree(writer http.ResponseWriter, request *http.Request, param
}
case 3:
- errorPage500(writer, params, fmt.Sprintf("path not found: %s", pathSpec))
+ errorPage500(writer, params, "path not found: "+pathSpec)
return
default: