diff options
author | Griffin Smith <grfn@gws.fyi> | 2021-11-06T15·45-0400 |
---|---|---|
committer | grfn <grfn@gws.fyi> | 2021-11-06T15·52+0000 |
commit | e0bec49b39313751c44c0b36026828cedfa5ae8d (patch) | |
tree | b44a192403d0071bd826baeb0b08a50262079b3a /users | |
parent | ff6c008d7884975f3dc0295a75b9383fd2c3a2ed (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 'users')
-rw-r--r-- | users/grfn/xanthous/hie.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/grfn/xanthous/hie.yaml b/users/grfn/xanthous/hie.yaml index 49f8ec1fbb3d..e7cf01d158e5 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' |