Skip to content

Commit 44d9daf

Browse files
committed
docs typo, add $ to env var
1 parent ecd6d16 commit 44d9daf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/sphinx-guides/source/api/native-api.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ See also :ref:`batch-exports-through-the-api` and the note below:
11791179
export PERSISTENT_IDENTIFIER=doi:10.5072/FK2/J8SJZB
11801180
export METADATA_FORMAT=ddi
11811181
1182-
curl "$SERVER_URL/api/datasets/export?exporter=$METADATA_FORMAT&persistentId=PERSISTENT_IDENTIFIER"
1182+
curl "$SERVER_URL/api/datasets/export?exporter=$METADATA_FORMAT&persistentId=$PERSISTENT_IDENTIFIER"
11831183
11841184
The fully expanded example above (without environment variables) looks like this:
11851185

0 commit comments

Comments
 (0)