Fix bad merge
Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
parent
8a63f60cd0
commit
6e95fdefc6
@ -63,9 +63,7 @@ var upCmd = &cobra.Command{
|
||||
doneCh := common.TrackCommand(ctx, cmd)
|
||||
|
||||
err = cl.Do(ctx, p.Context(), func(ctx context.Context, s solver.Solver) error {
|
||||
err := p.Do(ctx, cue.MakePath(), s)
|
||||
|
||||
return err
|
||||
return p.Do(ctx, cue.ParsePath(viper.GetString("target")), s)
|
||||
})
|
||||
|
||||
if err != nil {
|
||||
|
Reference in New Issue
Block a user