mirror of https://github.com/velour/catbase.git
Forgot an argument to a print statement.
This commit is contained in:
parent
3e7f8d4248
commit
d50cf23522
|
@ -35,7 +35,7 @@ func Readconfig(version, cfile string) *Config {
|
||||||
}
|
}
|
||||||
c.Version = version
|
c.Version = version
|
||||||
|
|
||||||
fmt.Printf("godeepintir version %s running.\n")
|
fmt.Printf("godeepintir version %s running.\n", c.Version)
|
||||||
|
|
||||||
return &c
|
return &c
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue