diff options
Diffstat (limited to 'cli/cli.go')
| -rw-r--r-- | cli/cli.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -288,7 +288,7 @@ func Unshare(d *gdrive.Drive, fileId string) { return } - fmt.Printf("File '%s' is now longer shared to 'anyone'\n", info.Title) + fmt.Printf("File '%s' is no longer shared to 'anyone'\n", info.Title) } func isShared(d *gdrive.Drive, fileId string) bool { |
