Skip to content

Commit

Permalink
Change live2 to live
Browse files Browse the repository at this point in the history
  • Loading branch information
devo1929 committed Mar 18, 2023
1 parent 49979b3 commit 7ad152f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/publish-release/services/publish-release.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export class PublishReleaseService extends AbstractRepoService<PublishReleaseOpt

await sshClient.executeCommands([
`cd ${this.options.yrGamePath}`,
`ln -sfn updates/${releaseVersion} live2`
`ln -sfn updates/${releaseVersion} live`
]);
}

Expand Down

0 comments on commit 7ad152f

Please sign in to comment.