Skip to content
This repository has been archived by the owner on Jun 27, 2020. It is now read-only.

Commit

Permalink
app/scriptpack: output to scriptpack_staging
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Dec 16, 2015
1 parent a95dad3 commit df576d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,6 +12,7 @@ website/.bundle
website/.vagrant
website/build
website/node_modules
_scriptpack_staging/
.bundle/
.vagrant/
*.backup
Expand Down
2 changes: 1 addition & 1 deletion builtin/app/scriptpack/data/common/rebuild/rebuild.go.tpl
Expand Up @@ -15,7 +15,7 @@ func main() {
// doesn't, it will show up in the error output.
log.SetOutput(ioutil.Discard)
path := filepath.Join("{{ path.working }}", "_staging")
path := filepath.Join("{{ path.working }}", "_scriptpack_staging")
if err := os.RemoveAll(path); err !=nil {
fmt.Fprintf(os.Stderr, err.Error()+"\n")
os.Exit(1)
Expand Down

0 comments on commit df576d0

Please sign in to comment.