Skip to content

Commit

Permalink
Set TMPDIR env var for restic (#115)
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Jun 29, 2017
1 parent 60ed8f7 commit d8a5771
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion root.go
Expand Up @@ -13,7 +13,7 @@ func NewCmdStash(version string) *cobra.Command {
var rootCmd = &cobra.Command{
Use: "stash",
Short: `Stash by AppsCode - Backup your Kubernetes Volumes`,
Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://github.com/appscode/stash/tree/master/docs`,
Long: `Stash is a Kubernetes operator for restic. For more information, visit here: https://github.com/appscode/stash/tree/master/docs`,
PersistentPreRun: func(c *cobra.Command, args []string) {
c.Flags().VisitAll(func(flag *pflag.Flag) {
log.Printf("FLAG: --%s=%q", flag.Name, flag.Value)
Expand Down

0 comments on commit d8a5771

Please sign in to comment.