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