Skip to content

Commit

Permalink
Fix path when pulling from inside the container
Browse files Browse the repository at this point in the history
  • Loading branch information
janekbaraniewski committed Oct 8, 2024
1 parent ccd12b9 commit de72040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/agent/container/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ func (cmd *SetupContainerCmd) Run(ctx context.Context) error {
if err := agent.CloneRepositoryForWorkspace(ctx,
&workspaceInfo.Source,
&workspaceInfo.Agent,
workspaceInfo.ContentFolder,
setupInfo.SubstitutionContext.ContainerWorkspaceFolder,
"",
workspaceInfo.CLIOptions,
true,
Expand Down

0 comments on commit de72040

Please sign in to comment.