From 829fc7b6ee504be402c483e32dfa9d881c588575 Mon Sep 17 00:00:00 2001 From: Harsh Shandilya Date: Tue, 16 Apr 2024 22:52:31 +0530 Subject: [PATCH] oranda: set correct project name --- oranda.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/oranda.json b/oranda.json index e8f0645..5e4167a 100644 --- a/oranda.json +++ b/oranda.json @@ -1,4 +1,7 @@ { + "project": { + "name": "adx" + }, "build": { "path_prefix": "adx" },