Skip to content

Commit

Permalink
Pass .env file to command.
Browse files Browse the repository at this point in the history
  • Loading branch information
ygerasimov committed Nov 7, 2024
1 parent fc6f47f commit 7e987fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/diffy/screenshot
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
## Usage: screenshot
## Example: "ddev screenshot"

node diffy-screenshots --url=https://web --screenshot-name=$DDEV_HOSTNAME
node --env-file=.env diffy-screenshots --url=https://web --screenshot-name=$DDEV_HOSTNAME

0 comments on commit 7e987fb

Please sign in to comment.