Skip to content

Commit 147c4a4

Browse files
author
Brandon Sneed
committed
Typo corrected
1 parent 0c32317 commit 147c4a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/segmentcli/Commands/Scaffold.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class ScaffoldCommand: Command {
106106

107107
let filename = scaffoldName + ".js"
108108

109-
print("Generating a Swift Plugin from template...")
109+
print("Generating a CSV Importer javascript file from template...")
110110

111111
for file in importer_templates_js {
112112
if fileManager.fileExists(atPath: filename) {

0 commit comments

Comments
 (0)