Skip to content

Commit

Permalink
garden-cli: pass GARDEN_PROJECT_NAME for garden run
Browse files Browse the repository at this point in the history
  • Loading branch information
Sohalt committed Sep 11, 2024
1 parent 88b206d commit 7eb747d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/nextjournal/garden_cli.clj
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@
(fs/create-dirs storage-dir)
(spit ".nrepl-port" nrepl-port)
(let [p (p/process start-command
{:extra-env {"GARDEN_NREPL_PORT" nrepl-port
{:extra-env {"GARDEN_PROJECT_NAME" (:project opts)
"GARDEN_NREPL_PORT" nrepl-port
"GARDEN_STORAGE" storage-dir
"GARDEN_EMAIL_ADDRESS" "[email protected]"
"GARDEN_URL" url}
Expand Down

0 comments on commit 7eb747d

Please sign in to comment.