Skip to content

Commit

Permalink
Merge pull request #8677 from filecoin-project/jennijuju-patch-3
Browse files Browse the repository at this point in the history
Update bundle.go
  • Loading branch information
jennijuju authored May 24, 2022
2 parents e717d51 + 23eee4b commit 5e7f502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/bundle.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ var NetworkBundle string

func GetNetworkBundle() string {
switch NetworkBundle {
case "devnet", "2k", "debug":
case "devnet":
return "devnet"
case "calibnet", "calibrationnet":
return "calibrationnet"
Expand Down

0 comments on commit 5e7f502

Please # to comment.