diff options
author | Razon Yang <[email protected]> | 2024-02-22 23:00:03 +0800 |
---|---|---|
committer | GitHub <[email protected]> | 2024-02-22 16:00:03 +0100 |
commit | f5fd7ec8ccc1e2e325aa9b5ba94bbb36167a41a3 (patch) | |
tree | 22f717c2c44e48a3333622b86d0f8483a07153cd /testscripts | |
parent | 16406d9d77cb4861bba9df8ca39e7dadfe41eb45 (diff) | |
download | hugo-f5fd7ec8ccc1e2e325aa9b5ba94bbb36167a41a3.tar.gz hugo-f5fd7ec8ccc1e2e325aa9b5ba94bbb36167a41a3.zip |
commands/mod: Ignore invalid module path
Diffstat (limited to 'testscripts')
-rw-r--r-- | testscripts/commands/mod_get_u.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/testscripts/commands/mod_get_u.txt b/testscripts/commands/mod_get_u.txt index b070309e0..f3efc0c1b 100644 --- a/testscripts/commands/mod_get_u.txt +++ b/testscripts/commands/mod_get_u.txt @@ -4,6 +4,7 @@ stdout '[email protected].*[email protected]' -- hugo.toml -- title = "Hugo Modules Update Test" +theme = ["my-theme"] [module] [[module.imports]] path="github.com/gohugoio/hugo-mod-integrationtests/withconfigtoml" @@ -17,4 +18,5 @@ require ( github.com/gohugoio/hugo-mod-integrationtests/withhugotoml v1.1.0 // indirect github.com/gohugoio/hugo-mod-integrationtests/commonmod v0.0.0-20230823103305-919cefe8a425 // indirect ) - +-- themes/my-theme/dummy.txt -- +MY THEME |