Skip to content

Commit f5b65f9

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

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
@@ -397,7 +397,7 @@ func createAppFromSubdir(ctx context.Context, dirPath string, template Template,
397397
if err != nil {
398398
if os.IsNotExist(err) {
399399
return slackerror.New(slackerror.ErrSubdirNotFound).
400-
WithMessage("subdirectory %q was not found in the template", subdir).
400+
WithMessage("Subdirectory %q was not found in the template", subdir).
401401
WithRemediation("Check that the path exists in the template at %q", template.GetTemplatePath())
402402
}
403403
return slackerror.Wrap(err, "failed to access subdirectory")

0 commit comments

Comments
 (0)