Fix more references to settings.yaml

This commit is contained in:
AJ Bowen
2016-05-28 19:55:46 -07:00
parent a747058a72
commit 9ba359e67a
2 changed files with 1 additions and 5 deletions
-4
View File
@@ -22,10 +22,6 @@ Required environment variables:
### 4. Update settings.yaml
If you have more than one workshop:
$ cp settings/default.yaml settings/YOUR_WORKSHOP_NAME-settings.yaml
Then pass `settings/YOUR_WORKSHOP_NAME-settings.yaml` as an argument to `deploy`, `cards`, etc.
## Usage
+1 -1
View File
@@ -13,7 +13,7 @@ def prettify(l):
return ret
# Read settings from settings.yaml
# Read settings from user-provided settings file
with open(sys.argv[1]) as f:
data = f.read()