Skip to content

Commit

Permalink
fix typo and renamed file
Browse files Browse the repository at this point in the history
  • Loading branch information
EntropyWorks committed Mar 7, 2015
1 parent 2eac494 commit 953f91a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -4,3 +4,4 @@ user-data
config.rb
user-data.master
user-data.nodes
user-data.node
2 changes: 1 addition & 1 deletion Vagrantfile
Expand Up @@ -5,7 +5,7 @@ require 'fileutils'

Vagrant.require_version ">= 1.6.0"

NODE_CONFIG_PATH = File.join(File.dirname(__FILE__), "user-data.node")
NODE_CONFIG_PATH = File.join(File.dirname(__FILE__), "user-data.nodes")
MASTER_CONFIG_PATH = File.join(File.dirname(__FILE__), "user-data.master")
CONFIG = File.join(File.dirname(__FILE__), "config.rb")

Expand Down
File renamed without changes.

0 comments on commit 953f91a

Please sign in to comment.