Skip to content

Commit

Permalink
Fix silly lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
lennartkats-db committed Dec 20, 2024
1 parent 6d5cb1d commit 0acb222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/config/mutator/translate_paths.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ type translateContext struct {
//
// localPath - the full local file system path.
// localRelPath - the relative path from the base directory.
func GetLocalPath(ctx context.Context, b *bundle.Bundle, sourceDir string, p string) (string, string, error) {
func GetLocalPath(ctx context.Context, b *bundle.Bundle, sourceDir, p string) (string, string, error) {
if p == "" {
return "", "", fmt.Errorf("path cannot be empty")
}
Expand Down

0 comments on commit 0acb222

Please sign in to comment.