diff options
Diffstat (limited to 'scripts/gist')
-rwxr-xr-x | scripts/gist | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist index f7cb645..2ac7fd7 100755 --- a/scripts/gist +++ b/scripts/gist | |||
@@ -315,7 +315,6 @@ _goto_gist() { | |||
315 | echo $folder/$GIST_ID | 315 | echo $folder/$GIST_ID |
316 | } | 316 | } |
317 | 317 | ||
318 | # TODO Add confirmation | ||
319 | _delete_gist() { | 318 | _delete_gist() { |
320 | read -r -p "Delete gists above? [y/N] " response | 319 | read -r -p "Delete gists above? [y/N] " response |
321 | response=${response,,} | 320 | response=${response,,} |