about summary refs log tree commit diff
path: root/users/grfn/xanthous/hie.yaml
diff options
context:
space:
mode:
authorGriffin Smith <grfn@gws.fyi>2021-11-06T15·45-0400
committergrfn <grfn@gws.fyi>2021-11-06T15·52+0000
commite0bec49b39313751c44c0b36026828cedfa5ae8d (patch)
treeb44a192403d0071bd826baeb0b08a50262079b3a /users/grfn/xanthous/hie.yaml
parentff6c008d7884975f3dc0295a75b9383fd2c3a2ed (diff)
fix(gs/xanthous): Update hie.yaml for new app/ directory r/3009
Change-Id: I87c82f22313285085ac53485613b7d9f91b52ed2
Reviewed-on: https://cl.tvl.fyi/c/depot/+/3802
Reviewed-by: grfn <grfn@gws.fyi>
Tested-by: BuildkiteCI
Diffstat (limited to '')
-rw-r--r--users/grfn/xanthous/hie.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/hie.yaml b/users/grfn/xanthous/hie.yaml
index 49f8ec1fbb..e7cf01d158 100644
--- a/users/grfn/xanthous/hie.yaml
+++ b/users/grfn/xanthous/hie.yaml
@@ -4,7 +4,7 @@ cradle:
       component: 'lib:xanthous'
     - path: './test'
       component: 'test:test'
-    - path: './src'
+    - path: './app'
       component: 'exe:xanthous'
     - path: './bench'
       component: 'bench:benchmark'