Skip to content

Commit 08c7201

Browse files
committed
Tweak "couldn't delete" prefix text
Now we use "post" instead of "remote copy"
1 parent 0490e07 commit 08c7201

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

commands/commands.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ func CmdDelete(c *cli.Context) error {
113113

114114
err := api.DoDelete(c, friendlyID, token)
115115
if err != nil {
116-
return cli.NewExitError(fmt.Sprintf("Couldn't delete remote copy: %v", err), 1)
116+
return cli.NewExitError(fmt.Sprintf("Couldn't delete post: %v", err), 1)
117117
}
118118

119119
// TODO: Delete local file, if necessary

0 commit comments

Comments
 (0)