Print successful stash

This commit is contained in:
Toby Padilla 2020-04-23 17:36:58 -05:00 committed by Christian Muehlhaeuser
parent a106bc0163
commit 03b7b9200c

View file

@ -35,6 +35,7 @@ var (
if err != nil {
return fmt.Errorf("error stashing markdown")
}
fmt.Println("Stashed!")
return nil
},
}