Skip to content

Commit cd1b65c

Browse files
committed
Rename to clarify snowplow-specific feature
1 parent 78bfc5f commit cd1b65c

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

pkg/transform/gtmss_preview.go renamed to pkg/transform/snowplow_gtmss_preview.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func gtmssPreviewConfigFunction() (TransformationFunction, error) {
4343

4444
// GTMSSPreviewConfigPair is the configuration pair for the gtmss preview transformation
4545
var GTMSSPreviewConfigPair = config.ConfigurationPair{
46-
Name: "gtmssPreview",
46+
Name: "spGtmssPreview",
4747
Handle: gtmssPreviewAdapterGenerator(gtmssPreviewConfigFunction),
4848
}
4949

0 commit comments

Comments
 (0)