Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
b46f04344d |
2
Makefile
2
Makefile
@ -2,7 +2,7 @@
|
||||
|
||||
GO111MODULE=on
|
||||
|
||||
VERSION=0.0.1
|
||||
VERSION=0.0.11
|
||||
USER_GH=eyedeekay
|
||||
|
||||
version:
|
||||
|
@ -218,7 +218,10 @@ func ConditionallyLaunchI2P() (bool, error) {
|
||||
}
|
||||
return true, nil
|
||||
}
|
||||
}
|
||||
return true, nil
|
||||
}else{
|
||||
return false, err
|
||||
}
|
||||
} else {
|
||||
return false, fmt.Errorf("I2P is not a default location, please set $I2P environment variable")
|
||||
}
|
||||
|
Reference in New Issue
Block a user