Skip to content

Commit

Permalink
改变配置文件目录
Browse files Browse the repository at this point in the history
  • Loading branch information
yswtrue committed Jun 20, 2016
1 parent 48b4709 commit 94c638e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ require 'json'
require 'yaml'

VAGRANTFILE_API_VERSION = "2"
confDir = $confDir ||= File.expand_path("~/.homestead")
confDir = $confDir ||= File.expand_path("~/.homestead7")

homesteadYamlPath = confDir + "/Homestead.yaml"
homesteadJsonPath = confDir + "/Homestead.json"
Expand Down
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

homesteadRoot=~/.homestead
homesteadRoot=~/.homestead7

mkdir -p "$homesteadRoot"

Expand Down

0 comments on commit 94c638e

Please sign in to comment.