Merge pull request #8677 from filecoin-project/jennijuju-patch-3

Update bundle.go
This commit is contained in:
Jiaying Wang 2022-05-24 12:40:59 -04:00 committed by GitHub
commit 5e7f5029d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"