Skip to content
This repository was archived by the owner on Oct 24, 2022. It is now read-only.

Commit b42ced7

Browse files
ericlakeakofink
authored andcommitted
#150 remove the *1* field from composite lines in content view export
1 parent be904d7 commit b42ced7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/hammer_cli_csv/content_views.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ def export(csv)
4545
end
4646
end
4747
contentviews.delete!("\n")
48-
composite_contentviews << [name, 1, label, orgname, composite, contentviews, environments]
48+
composite_contentviews << [name, label, orgname, composite, contentviews, environments]
4949
else
5050
repositories = export_column(contentview, 'repositories', 'name')
5151
csv << [name, label, orgname, composite, repositories, environments]

0 commit comments

Comments
 (0)