Skip to content

Commit

Permalink
[skip travis] add description to install action
Browse files Browse the repository at this point in the history
  • Loading branch information
A.A.Abroskin committed Mar 7, 2019
1 parent ec21d17 commit 2c8a182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/install.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
package cmd

import (
"log"
"path/filepath"

"github.com/spf13/afero"
Expand Down Expand Up @@ -58,6 +59,7 @@ source_dir_local: ".hookah-local"
`
err := afero.WriteFile(fs, getConfigYamlPath(), []byte(template), defaultDirPermission)
check(err)
log.Println("Added config: ", getConfigYamlPath())
}

// AddGitHooks write existed directories in source_dir as hooks in .git/hooks
Expand Down

0 comments on commit 2c8a182

Please sign in to comment.