Skip to content

Commit a2dc71d

Browse files
committed
chore: fix typo
1 parent 08b041c commit a2dc71d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/content/docs/rover/config/sandbox-config.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Use the `agentImage` option to specify a custom Docker or Podman image instead o
4444

4545
Rover resolves the agent image in this order:
4646

47-
1. `AGENT_IMAGE` environment variable (highest priority)
47+
1. `ROVER_AGENT_IMAGE` environment variable (highest priority)
4848
2. Image stored in the task (from previous runs)
4949
3. `agentImage` from `rover.json`
5050
4. Default Rover agent image (based on CLI version)
5151

52-
<Aside type="tip">Use the `AGENT_IMAGE` environment variable to temporarily override the configured image without modifying `rover.json`.</Aside>
52+
<Aside type="tip">Use the `ROVER_AGENT_IMAGE` environment variable to temporarily override the configured image without modifying `rover.json`.</Aside>
5353

5454
### Building Custom Images
5555

0 commit comments

Comments
 (0)