Skip to content
Snippets Groups Projects
Commit e2cd6a94 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Fix output so integration will pass

parent 7508aebf
Branches
No related tags found
2 merge requests!510Release,!272Integration fixes
...@@ -218,7 +218,7 @@ var udCmd = &cobra.Command{ ...@@ -218,7 +218,7 @@ var udCmd = &cobra.Command{
"Failed to remove user %s: %+v", "Failed to remove user %s: %+v",
userToRemove, err) userToRemove, err)
} }
fmt.Printf("[UD] Removed user from discovery: %s\n", fmt.Printf("Removed user from discovery: %s\n",
userToRemove) userToRemove)
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment