Skip to content

Commit acad93a

Browse files
srtaalejzimeg
andauthored
Update internal/pkg/create/create.go
Co-authored-by: Eden Zimbelman <eden.zimbelman@salesforce.com>
1 parent 83a4526 commit acad93a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/pkg/create/create.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func normalizeSubdir(subdir string) (string, error) {
372372
}
373373
if !filepath.IsLocal(cleaned) {
374374
return "", slackerror.New(slackerror.ErrSubdirNotFound).
375-
WithMessage("subdirectory path %q must be relative and within the template", subdir)
375+
WithMessage("Subdirectory path %q must be relative and within the template", subdir)
376376
}
377377
return cleaned, nil
378378
}

0 commit comments

Comments
 (0)