diff options
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' |