We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e783a8 commit 62f4c41Copy full SHA for 62f4c41
1 file changed
cmd/root.go
@@ -15,7 +15,7 @@ import (
15
var rootCmd = &cobra.Command{
16
Use: "inter-server-sync",
17
Short: "Uyuni Inter Server Sync tool",
18
- Version: "0.0.6",
+ Version: "0.0.7",
19
}
20
21
func Execute() {
@@ -53,7 +53,7 @@ func logCallerMarshalFunction(file string, line int) string {
53
callerFile = callerFile + "/"
54
55
callerFile = callerFile + currentPath
56
- }else {
+ } else {
57
if strings.Contains(currentPath, "inter-server-sync") {
58
foundSubDir = true
59
callerFile = ""
0 commit comments