X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=delete.scm;fp=delete.scm;h=b258a01e9b6e732fd117482cf465d94aece363d7;hp=a2590612fbf0b7f08b6a8dd3e3af9cb834ce46ae;hb=05f6c994d3eedfe738031b0fd244f3f3df4c7443;hpb=06d6a90e1f3bec7b2474dfe517c0138820439bea diff --git a/delete.scm b/delete.scm index a259061..b258a01 100755 --- a/delete.scm +++ b/delete.scm @@ -14,6 +14,6 @@ (if (file-exists? account-file) (begin (delete-file account-file) - (print "Account successfully deleted.")) - (print "Attempted to delete non-existent account.")))) + (print "Garden successfully deleted.")) + (print "Attempted to delete non-existent garden.")))) (print "\n=> /microbotany/ Return to μBotany")))