Skip to content

Conversation

@devin-ai-integration
Copy link
Contributor

@devin-ai-integration devin-ai-integration bot commented Dec 6, 2025

Jira issue(s): SUPPORT-14384

Changes:

  • Fix incorrect shell syntax ($pwd) to $(pwd) in the docker run example for *nix systems

Context: A user reported that the documented command docker run -v ($pwd):/data ... doesn't work because ($pwd) is invalid bash/zsh syntax. The parentheses start a subshell rather than command substitution.

Validation: Tested both syntaxes:

  • echo ($pwd) → bash syntax error / zsh "no matches found"
  • echo $(pwd) → correctly outputs current directory path

Link to Devin run: https://app.devin.ai/sessions/0e13269b3bd64927b775c5dce5ec9653
Requested by: [email protected]

@devin-ai-integration
Copy link
Contributor Author

🤖 Devin AI Engineer

I'll be helping with this pull request! Here's what you should know:

✅ I will automatically:

  • Address comments on this PR. Add '(aside)' to your comment to have me ignore it.
  • Look at CI failures and help fix them

Note: I can only respond to comments from users who have write access to this repository.

⚙️ Control Options:

  • Disable automatic comment and CI monitoring

@OlenaMarchuk
Copy link

Devin created this PR to fix the documentation example for the Generic Extractor, specifically the sample shown here:
https://developers.keboola.com/extend/generic-extractor/running/#run-built-version

@OlenaMarchuk OlenaMarchuk requested a review from a team December 6, 2025 18:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant