From 8ed2de0f23d057a7ead563eb7906ba9609d80070 Mon Sep 17 00:00:00 2001 From: Biniam Bekele Date: Fri, 12 Nov 2021 12:45:45 -0500 Subject: [PATCH] Refactor --- internal/link/link.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/link/link.go b/internal/link/link.go index 7e15bc6..d5cc2b9 100644 --- a/internal/link/link.go +++ b/internal/link/link.go @@ -122,7 +122,7 @@ func File(repoPath, intPath string) error { return nil } if extFileInfo.IsDir() { - printError(intPath, fmt.Errorf("Path expected to be a file, but is a directory: %s", extPath)) + printError(intPath, fmt.Errorf("path expected to be a file, but is a directory: %s", extPath)) return nil }