Fix bad merge

Signed-off-by: Joel Longtine <joel@dagger.io>
This commit is contained in:
Joel Longtine 2022-03-08 21:10:40 -07:00
parent 8a63f60cd0
commit 6e95fdefc6

View File

@ -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 {