You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fmt.Fprintf(os.Stderr, "login for %s\n", davBaseURL)
Sometimes user sets a wrong URL before and at the moment, the only way to reset the baseurl is to remove the existing config file ~/.repocli.yml, which is not very convenient.
dr-tools/internal/cmd/repocli/shell.go
Line 277 in 1efc86c
Sometimes user sets a wrong URL before and at the moment, the only way to reset the baseurl is to remove the existing config file
~/.repocli.yml, which is not very convenient.