From 98b152030dd99a58dd0e27aac9d0eee06cc88c43 Mon Sep 17 00:00:00 2001 From: Pablo Saavedra Date: Sat, 9 Jul 2016 07:22:28 +0200 Subject: The pruning for the synchronized mirrors is a option now. Default value: enable_prune = true (#3246) Executed go fmt getEngine() not handles DB parameters (#2972) (#2974) Uses .AllCols() for Update in updateMirror() Spanish traslation removed Fixed a wrong way to ommit the --prune option in process.ExecDir() for MirrorUpdate function --- modules/user/user.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/user') diff --git a/modules/user/user.go b/modules/user/user.go index 8a2557f327..4415632ee9 100644 --- a/modules/user/user.go +++ b/modules/user/user.go @@ -5,7 +5,7 @@ package user import ( - "os" + "os" ) func CurrentUsername() string { -- cgit v1.2.3