aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/gist2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gist b/scripts/gist
index ca47f7f..823cc08 100755
--- a/scripts/gist
+++ b/scripts/gist
@@ -216,7 +216,7 @@ _new_file() {
216} 216}
217 217
218# create a new gist with files 218# create a new gist with files
219# FIXME error handling if gist is not created 219# FIXME error handling if gist is not created, file doesn't exist
220_create_gist() { 220_create_gist() {
221 _set_gist "$@" 221 _set_gist "$@"
222 [[ -z $files ]] && files=$(_new_file $filename) 222 [[ -z $files ]] && files=$(_new_file $filename)