Skip to content

Commit

Permalink
Merge branch 'hotfix/asset_issues'
Browse files Browse the repository at this point in the history
  • Loading branch information
khash committed May 14, 2019
2 parents 34f23b7 + e869a15 commit 369f5ed
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 369f5ed

Please sign in to comment.