Skip to content

Commit

Permalink
readme changes from main
Browse files Browse the repository at this point in the history
  • Loading branch information
eveld committed Nov 22, 2024
1 parent 13a6319 commit add511c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "k8s_cluster" "k3s" {
}
copy_image {
name = "shipyardrun/connector:v0.1.0"
name = "ghcr.io/jumppad-labs/connector:v0.4.0"
}
}
Expand Down Expand Up @@ -355,7 +355,7 @@ Feature: Docmentation

3 scenarios (3 passed)
16 steps (16 passed)
3m6.79622s
3m6.79621s
testing: warning: no tests to run
PASS
```
Expand Down
2 changes: 1 addition & 1 deletion cmd/up_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ func setupRun(t *testing.T, timeout string) (*cobra.Command, *runMocks) {
tasks: mockContainer,
}

cmd := newRunCmd(mockEngine, mockContainer, mockGetter, mockHTTP, mockSystem, nil, mockConnector, logger.NewTestLogger(t))
cmd := newRunCmd(mockEngine, mockContainer, mockGetter, mockHTTP, mockSystem, mockConnector, logger.NewTestLogger(t))
cmd.SetOut(bytes.NewBuffer([]byte("")))

return cmd, rm
Expand Down

0 comments on commit add511c

Please sign in to comment.