mirror of
https://github.com/rclone/rclone.git
synced 2024-11-22 16:34:30 +01:00
drive: Don't attempt to choose Team Drives when using rclone config create
This commit is contained in:
parent
8e625e0bc3
commit
9697754707
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user