Skip to content

Commit

Permalink
fix e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sukantoraymond committed Nov 23, 2024
1 parent e180d96 commit e7396c8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/blockchaincmd/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -606,6 +606,8 @@ func deployBlockchain(cmd *cobra.Command, args []string) error {
if userProvidedAvagoVersion != "latest" {
useLatestAvalanchegoReleaseVersion = false
useLatestAvalanchegoPreReleaseVersion = false
} else {
userProvidedAvagoVersion = ""
}
avaGoVersionSetting := node.AvalancheGoVersionSettings{
UseCustomAvalanchegoVersion: userProvidedAvagoVersion,
Expand Down

0 comments on commit e7396c8

Please sign in to comment.