Skip to content

Commit 62f4c41

Browse files
committed
update to version 0.0.7
Signed-off-by: Ricardo Mateus <[email protected]>
1 parent 5e783a8 commit 62f4c41

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmd/root.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
var rootCmd = &cobra.Command{
1616
Use: "inter-server-sync",
1717
Short: "Uyuni Inter Server Sync tool",
18-
Version: "0.0.6",
18+
Version: "0.0.7",
1919
}
2020

2121
func Execute() {
@@ -53,7 +53,7 @@ func logCallerMarshalFunction(file string, line int) string {
5353
callerFile = callerFile + "/"
5454
}
5555
callerFile = callerFile + currentPath
56-
}else {
56+
} else {
5757
if strings.Contains(currentPath, "inter-server-sync") {
5858
foundSubDir = true
5959
callerFile = ""

0 commit comments

Comments
 (0)