summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam T. Carpenter <atc@53hor.net>2023-04-15 08:48:48 -0400
committerAdam T. Carpenter <atc@53hor.net>2023-04-15 08:48:48 -0400
commit3a697e28ff94605b474179795d0eb364aee39287 (patch)
tree847c14224429240e96be9e6d8d4446898e5b1d8a
parentdd69d976fdb082887e737088c863a290187f6981 (diff)
download53hor-3a697e28ff94605b474179795d0eb364aee39287.tar.xz
53hor-3a697e28ff94605b474179795d0eb364aee39287.zip
fix: wording in script prompt
-rwxr-xr-xscripts/new.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/new.php b/scripts/new.php
index 16a5cb4..b746888 100755
--- a/scripts/new.php
+++ b/scripts/new.php
@@ -42,4 +42,4 @@ if (fwrite($handle, $title) === false) {
exit;
}
-printf("Created post %s\n", $filename);
+printf("Created draft %s\n", $filename);