diff options
author | Adam T. Carpenter <atc@53hor.net> | 2023-04-15 08:48:48 -0400 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2023-04-15 08:48:48 -0400 |
commit | 3a697e28ff94605b474179795d0eb364aee39287 (patch) | |
tree | 847c14224429240e96be9e6d8d4446898e5b1d8a | |
parent | dd69d976fdb082887e737088c863a290187f6981 (diff) | |
download | 53hor-3a697e28ff94605b474179795d0eb364aee39287.tar.xz 53hor-3a697e28ff94605b474179795d0eb364aee39287.zip |
fix: wording in script prompt
-rwxr-xr-x | scripts/new.php | 2 |
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); |