This commit is contained in:
@ -26,7 +26,7 @@ func CreateContext(contextName string, user string, port string) error {
|
||||
if err := createContext(contextName, host); err != nil {
|
||||
return err
|
||||
}
|
||||
logrus.Debugf("created the '%s' context", contextName)
|
||||
logrus.Debugf("created the %s context", contextName)
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user