mirror of
https://github.com/Luzifer/androcrypt.git
synced 2024-12-21 19:31:18 +00:00
Fix copy&paste
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
e81edea5d2
commit
370ec91b89
1 changed files with 1 additions and 1 deletions
2
main.go
2
main.go
|
@ -35,7 +35,7 @@ func init() {
|
|||
}
|
||||
|
||||
if cfg.VersionAndExit {
|
||||
fmt.Printf("git-changerelease %s\n", version)
|
||||
fmt.Printf("androcrypt %s\n", version)
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue