fix init command

fix-init
Marcus Kok 1 year ago
parent 581af70b18
commit df412f9434

@ -67,7 +67,7 @@ func runInitCommand(cmd *cobra.Command, args []string) {
log.Fatalf("Unable to create dotfile structure: %s", error.Error(err))
}
_, err = fs.Create(path.Join(DotfilePath, "dotctl/config"))
_, err = fs.Create(path.Join(DotfilePath, "dotctl/config.yml"))
if err != nil {
panic(fmt.Errorf("Unable to create config file %w", err))
}

Loading…
Cancel
Save