Skip to content

Commit

Permalink
fix cli build
Browse files Browse the repository at this point in the history
  • Loading branch information
djelusic committed Oct 21, 2021
1 parent 1153953 commit 2ed94ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cmd/deploy/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ func (d *Cmd) buildAndFindDiffs() error {
if err != nil {
return log.Wrap(err)
}
diff, err := d.stage.ApplyLocalChanges(lf, lp)
diff, err := d.stage.ApplyChanges(lf, lp)
if err != nil {
return log.Wrap(err)
}
Expand Down

0 comments on commit 2ed94ed

Please sign in to comment.