mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-21 20:46:30 -05:00
commands, vendor: Remove log level setting in Jekyll command
And update the JWW lib.
This commit is contained in:
parent
fff6617c69
commit
1b46d2cfee
2 changed files with 3 additions and 5 deletions
|
@ -61,8 +61,6 @@ func init() {
|
|||
}
|
||||
|
||||
func importFromJekyll(cmd *cobra.Command, args []string) error {
|
||||
jww.SetLogThreshold(jww.LevelTrace)
|
||||
jww.SetStdoutThreshold(jww.LevelWarn)
|
||||
|
||||
if len(args) < 2 {
|
||||
return newUserError(`Import from Jekyll requires two paths, e.g. ` + "`hugo import jekyll jekyll_root_path target_path`.")
|
||||
|
|
6
vendor/vendor.json
vendored
6
vendor/vendor.json
vendored
|
@ -281,10 +281,10 @@
|
|||
"revisionTime": "2016-11-30T04:45:28Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "OG3bvx0SwImmrlR2FvcbaxhGmT4=",
|
||||
"checksumSHA1": "HWDERqbEvvfLwzP7Dvh2fvu+sng=",
|
||||
"path": "github.com/spf13/jwalterweatherman",
|
||||
"revision": "ef70f054fd0b4438ec4be55f2680b2a0f705675b",
|
||||
"revisionTime": "2017-01-04T13:46:29Z"
|
||||
"revision": "bccdd23ae5e51bd2b081814db093646c7af3d34d",
|
||||
"revisionTime": "2017-01-05T10:55:09Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "zLJY+lsX1e5OO6gRxQd5RfKgdQY=",
|
||||
|
|
Loading…
Reference in a new issue