Skip to content

Commit 1982076

Browse files
committed
* Edited NO_TEST_DATA_MESSAGE to refer to --test_data, not --test-data
1 parent e1fd4b7 commit 1982076

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

planemo/galaxy_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
NO_TEST_DATA_MESSAGE = (
1818
"planemo couldn't find a target test-data directory, you should likely "
19-
"create a test-data directory or pass an explicit path using --test-data."
19+
"create a test-data directory or pass an explicit path using --test_data."
2020
)
2121

2222
WEB_SERVER_CONFIG_TEMPLATE = """

0 commit comments

Comments
 (0)