Skip to content

Commit

Permalink
changed order of copy files
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrokethecloud authored and guangbochen committed Jul 6, 2023
1 parent be2c158 commit 94bcf3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/console/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -859,8 +859,8 @@ func applyRancherdConfig(ctx context.Context, g *gocui.Gui, hvstConfig *config.H
copyFiles := yipSchema.Stage{
Name: "copy files",
Commands: []string{
fmt.Sprintf("cp %s %s", defaultCustomConfig, cosConfigFile),
fmt.Sprintf("cp %s %s", defaultHarvesterConfig, hvstConfigFile),
fmt.Sprintf("cp %s %s", cosConfigFile, defaultCustomConfig),
fmt.Sprintf("cp %s %s", hvstConfigFile, defaultHarvesterConfig),
},
}

Expand Down

0 comments on commit 94bcf3d

Please sign in to comment.