Skip to content

Commit

Permalink
Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
Biniam Bekele committed Nov 12, 2021
1 parent 88617fd commit 8ed2de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/link/link.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 8ed2de0

Please sign in to comment.