Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion extend/generic-extractor/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ configuration you want to execute. For example:

Then run Generic Extractor in the current directory by executing the following command on *nix systems:

docker run -v ($pwd):/data 147946154733.dkr.ecr.us-east-1.amazonaws.com/developer-portal-v2/ex-generic-v2:latest
docker run -v $(pwd):/data 147946154733.dkr.ecr.us-east-1.amazonaws.com/developer-portal-v2/ex-generic-v2:latest

or on Windows:

Expand Down