Browse Source

Fix indent error

Joachim M. Giæver 3 years ago
parent
commit
9ae0516e4f
1 changed files with 3 additions and 4 deletions
  1. 3 4
      snap/snapcraft.yaml

+ 3 - 4
snap/snapcraft.yaml

@@ -13,11 +13,11 @@ architectures:
 layout:
   /etc/pip.conf:
     bind-file: $SNAP_DATA/pip.conf
-  /etc/openzwave: _
-    bind: $SNAP_DATA/openzwave
+  /etc/openzwave:
+    bind: $SNAP/openzwave
 apps:
   hass:
-    command: bin/hass --config $SNAP_USER_DATA
+    command: bin/hass --config $SNAP_DATA
     daemon: simple
     environment:
       PIP_USER: 1
@@ -27,7 +27,6 @@ apps:
       - network
       - network-bind
       - raw-usb
-
       # GPIO devices etc.. (e.g RaZberry GPIO hat)
       - physical-memory-control
 parts: