We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c32317 commit 147c4a4Copy full SHA for 147c4a4
Sources/segmentcli/Commands/Scaffold.swift
@@ -106,7 +106,7 @@ class ScaffoldCommand: Command {
106
107
let filename = scaffoldName + ".js"
108
109
- print("Generating a Swift Plugin from template...")
+ print("Generating a CSV Importer javascript file from template...")
110
111
for file in importer_templates_js {
112
if fileManager.fileExists(atPath: filename) {
0 commit comments