diff options
author | Bjørn Erik Pedersen <[email protected]> | 2023-05-27 15:08:11 +0200 |
---|---|---|
committer | Bjørn Erik Pedersen <[email protected]> | 2023-05-27 16:56:54 +0200 |
commit | 901cd970dbeae4b69b2dae5fc3a3482a38117258 (patch) | |
tree | adb07417532db66b1e641f52d4ce8b1b9dd036b5 /testscripts | |
parent | f86b5f70a60fc3793bc826f2ccd8dcdd62e26b51 (diff) | |
download | hugo-901cd970dbeae4b69b2dae5fc3a3482a38117258.tar.gz hugo-901cd970dbeae4b69b2dae5fc3a3482a38117258.zip |
commands: Re-introduce the -f shorthand for hugo new site
Fixes #11015
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/new.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testscripts/commands/new.txt b/testscripts/commands/new.txt index 11fe753b9..aeebba66d 100644 --- a/testscripts/commands/new.txt +++ b/testscripts/commands/new.txt @@ -2,7 +2,7 @@ hugo new site -h stdout 'Create a new site in the provided directory' -hugo new site mysite +hugo new site mysite -f stdout 'Congratulations! Your new Hugo site is created in' cd mysite checkfile hugo.toml |