Skip to content

Commit

Permalink
Be kind with case insensitive file systems
Browse files Browse the repository at this point in the history
  • Loading branch information
lyrixx committed Nov 17, 2014
1 parent 7ec92bd commit 1e7a35f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
@@ -1,4 +1,4 @@
/.composer.lock
/build/
/consul/data-dir/
/consul-configuration/data-dir/
/vendor/
2 changes: 1 addition & 1 deletion bin/start-consul
Expand Up @@ -2,6 +2,6 @@

BASE=`dirname $0`/..

cd $BASE/consul
cd $BASE/consul-configuration

consul agent -config-dir=.
File renamed without changes.

0 comments on commit 1e7a35f

Please sign in to comment.