Skip to content

Commit

Permalink
Print file info after creating folder
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Feb 15, 2014
1 parent 122de80 commit bab5073
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,8 @@ func Folder(d *gdrive.Drive, title string, parentId string, share bool) {
if share {
Share(d, info.Id)
}
fmt.Printf("Folder created in %s\n", parentId)
printInfo(d, info)
fmt.Printf("Folder '%s' created\n", info.Title)
}

// Upload file to drive
Expand Down

0 comments on commit bab5073

Please sign in to comment.