Skip to content

Commit 9bdbb8a

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

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
@@ -404,7 +404,7 @@ func createAppFromSubdir(ctx context.Context, dirPath string, template Template,
404404
}
405405
if !info.IsDir() {
406406
return slackerror.New(slackerror.ErrSubdirNotFound).
407-
WithMessage("path %q in the template is not a directory", subdir)
407+
WithMessage("Path %q in the template is not a directory", subdir)
408408
}
409409

410410
return goutils.CopyDirectory(goutils.CopyDirectoryOpts{

0 commit comments

Comments
 (0)