Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit c7541b6

Browse files
author
Jen Reiter
authored
Removes duplicate line in description
1 parent b3a8091 commit c7541b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "csv-import",
33
"label": "CSV Import",
4-
"description": "Import a CSV of subject metadata into Flywheel. Import a CSV of subject metadata into Flywheel. Each row is a subject, each column is a value. First row must contain header. Subject Code matching input column name, or default to Subject ID",
4+
"description": "Import a CSV of subject metadata into Flywheel. Each row is a subject, each column is a value. First row must contain header. Subject Code matching input column name, or default to Subject ID",
55
"version": "0.1.0",
66
"flywheel": "0",
77
"inputs": {
@@ -33,4 +33,4 @@
3333
"custom": {
3434
"docker-image": "flywheel/csv-import:v0.1.0"
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)