mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 12:04:40 -04:00
fixed #85
This commit is contained in:
parent
8efb90ebd5
commit
48e1068e3e
@ -45,7 +45,10 @@ var Source, Destination, BaseUrl, CfgFile string
|
||||
func Execute() {
|
||||
AddCommands()
|
||||
Hugo := HugoCmd.ToCommander()
|
||||
Hugo.Execute()
|
||||
err := Hugo.Execute()
|
||||
if err != nil {
|
||||
os.Exit(-1)
|
||||
}
|
||||
}
|
||||
|
||||
func AddCommands() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user