mirror of
https://codeberg.org/scip/io-exporter.git
synced 2025-12-16 20:11:00 +01:00
fix format error
This commit is contained in:
@@ -19,7 +19,7 @@ func Run() {
|
||||
}
|
||||
|
||||
if conf.Showversion {
|
||||
fmt.Printf("This is io-exporter version %d\n", Version)
|
||||
fmt.Printf("This is io-exporter version %s\n", Version)
|
||||
os.Exit(0)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user