aboutsummaryrefslogtreecommitdiff
path: root/config-example.yml
diff options
context:
space:
mode:
authorMitch Riedstra <Mitch@riedstra.us>2016-12-30 17:44:10 -0500
committerMitch Riedstra <Mitch@riedstra.us>2016-12-30 17:44:10 -0500
commite2044c137569c08dd025d2e7fcb4575cf3cae3f2 (patch)
tree030339c2395ffb70abca0c50e0870cfa15c8fc1d /config-example.yml
parent6acceb7b7404f2f71541d8a1cccc4758d1f80735 (diff)
downloadsteam-export-e2044c137569c08dd025d2e7fcb4575cf3cae3f2.tar.gz
steam-export-e2044c137569c08dd025d2e7fcb4575cf3cae3f2.tar.xz
Oops, I forgot to escape the back slashes found in windows paths
Diffstat (limited to 'config-example.yml')
-rw-r--r--config-example.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/config-example.yml b/config-example.yml
index 51b32d0..6f2837d 100644
--- a/config-example.yml
+++ b/config-example.yml
@@ -2,5 +2,6 @@
listen: 0.0.0.0:9413
SteamRepositories:
# We're ideally looking for the full path to the steamapps folder
- - "C:\Program Files (x86)\Steam\steamapps"
+ # On windows you're going to escape the slashes
+ - "C:\\Program Files (x86)\\Steam\\steamapps"
# - "/usr/mitch/SteamGames/steamapps"