mirror of
https://github.com/rclone/rclone.git
synced 2026-01-06 18:43:50 +00:00
drive: Don't attempt to choose Team Drives when using rclone config create
This commit is contained in:
@@ -400,7 +400,7 @@ func configTeamDrive(name string) error {
|
||||
} else {
|
||||
fmt.Printf("Change current team drive ID %q?\n", teamDrive)
|
||||
}
|
||||
if !config.Confirm() {
|
||||
if !config.ConfirmWithDefault(false) {
|
||||
return nil
|
||||
}
|
||||
client, err := createOAuthClient(name)
|
||||
|
||||
Reference in New Issue
Block a user