From 7eb8abfe79e7029f6c8ef2eda3726216d9861f5b Mon Sep 17 00:00:00 2001 From: UltimateByte Date: Sun, 25 Sep 2016 12:49:38 +0200 Subject: [PATCH] Typo: hastebin, not hastbin :p --- lgsm/functions/command_postdetails.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lgsm/functions/command_postdetails.sh b/lgsm/functions/command_postdetails.sh index fe46a251f..330374cf5 100644 --- a/lgsm/functions/command_postdetails.sh +++ b/lgsm/functions/command_postdetails.sh @@ -128,13 +128,13 @@ if [ "${posttarget}" == "http://pastebin.com" ] ; then fn_print_ok_nl "Posting details to pastbin.com for ${postexpire}" echo " * url: ${posttarget}${link}" elif [ "${posttarget}" == "http://hastebin.com" ] ; then - fn_print_dots "Posting details to hastbin.com for ${postexpire}" + fn_print_dots "Posting details to hastebin.com for ${postexpire}" sleep 1 # hastebin is a bit simpler. If successful, the returned result # should look like: {"something":"key"}, putting the reference that # we need in "key". TODO - error handling. -CedarLUG link=$(curl -s -d "$(<${tmpfile})" "${posttarget}/documents" | cut -d\" -f4) - fn_print_ok_nl "Posting details to hastbin.com for ${postexpire}" + fn_print_ok_nl "Posting details to hastebin.com for ${postexpire}" echo " * url: ${posttarget}/${link}" else fn_print_warn_nl Review the output in "${tmpfile}"