Skip to content

Commit

Permalink
okay! that's new
Browse files Browse the repository at this point in the history
Signed-off-by: Khash Sajadi <[email protected]>
  • Loading branch information
khash committed May 14, 2019
1 parent 34f23b7 commit e869a15
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cmd/modify.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e869a15

Please sign in to comment.