Skip to content

Commit

Permalink
Merge pull request #13 from dunstorm/fix/restore-spawn-check
Browse files Browse the repository at this point in the history
refactor(restore): integrate daemon spawn in restore command
  • Loading branch information
dunstorm authored Aug 30, 2024
2 parents 1adf57f + 83cc784 commit 329d5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/restore.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
/*
Copyright © 2022 NAME HERE <EMAIL ADDRESS>
*/
package cmd

Expand All @@ -18,6 +17,7 @@ var restoreCmd = &cobra.Command{
Short: "restore previously dumped processes",
Long: `restore previously dumped processes`,
Run: func(cmd *cobra.Command, args []string) {
master.SpawnDaemon()
logger := master.GetLogger()

dumpFileName := "dump.json"
Expand Down

0 comments on commit 329d5c3

Please sign in to comment.