X-Git-Url: https://thelambdalab.xyz/gitweb/index.cgi?p=microbotany.git;a=blobdiff_plain;f=delete.scm;h=b258a01e9b6e732fd117482cf465d94aece363d7;hp=a2590612fbf0b7f08b6a8dd3e3af9cb834ce46ae;hb=bc21cc7dc1c42445a241aabe5b5843328f686453;hpb=603c9be4154b10f0c7d07a402d3f684dd1fd6b46 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")))