Browse Source

config does not accept $HOME var

Sniperovitch 8 years ago
parent
commit
75eda598d3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config.yml.smp

+ 2 - 2
config.yml.smp

@@ -1,7 +1,7 @@
 appname: Bartender
 
 cocktail:
-  binary: $HOME/cocktail/cocktail
-  store: $HOME/store
+  binary: /home/sniperovitch/cocktail/cocktail
+  store: /home/sniperovitch/store
 
 template: "simple"