From 8e13e7bc402dc7eb81279f61df87408caaba16d7 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Thu, 15 Apr 2021 23:16:47 +0200 Subject: [PATCH] linting --- internal/location.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/location.go b/internal/location.go index 343991d..756643b 100644 --- a/internal/location.go +++ b/internal/location.go @@ -122,7 +122,7 @@ func (l Location) getPath() (string, error) { case TypeVolume: return "/volume/" + l.Name + "/" + l.getVolumeName(), nil } - return "", fmt.Errorf("Could not get path for location \"%s\"", l.Name) + return "", fmt.Errorf("could not get path for location \"%s\"", l.Name) } func (l Location) Backup() error {