Skip to content

Commit

Permalink
Seems to work - testing on Linux now.
Browse files Browse the repository at this point in the history
  • Loading branch information
darron committed Nov 11, 2015
1 parent 49bb756 commit fdc71c0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
1 change: 1 addition & 0 deletions .envrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export PATH="./bin:$PATH"
9 changes: 9 additions & 0 deletions config/chef.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"watches": [
{
"type": "event",
"name": "chef-client",
"handler": "sifter run -e chef-client"
}
]
}
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash
SIFTER_VERSION="0.1"
SIFTER_VERSION="0.2"
echo $SIFTER_VERSION

0 comments on commit fdc71c0

Please sign in to comment.