Skip to content

Commit

Permalink
move cake scripts into /scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
David Driscoll authored and David Driscoll committed Mar 25, 2016
1 parent e17941c commit cf52728
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.ps1
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
.\cake-bootstrap.ps1 --experimental @args
.\scripts\cake-bootstrap.ps1 --experimental @args
exit $LASTEXITCODE
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash

bash ./cake-bootstrap.sh "$@"
bash ./scripts/cake-bootstrap.sh "$@"
File renamed without changes.
File renamed without changes.

0 comments on commit cf52728

Please sign in to comment.