diff --git a/cmd/modify.go b/cmd/modify.go index 00fcb51..856c47d 100644 --- a/cmd/modify.go +++ b/cmd/modify.go @@ -42,8 +42,7 @@ func init() { rootCmd.AddCommand(modifyCmd) } -func modifyExec(cmd *cobra.Command, args []string) { - fmt.Println(box.FindString("containers.js.old")) +func modifyExec(cmd *cobra.Command, args []string) { defer func() { if r := recover(); r != nil { log.Fatal(r)