From 9611bb78b50366ccdf8a272ed76209955e3cf0e4 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Tue, 17 Jan 2023 15:21:40 +0100 Subject: [PATCH] Install on /ci path by default --- manifest.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1b2152d..3c6b82c 100644 --- a/manifest.json +++ b/manifest.json @@ -36,8 +36,7 @@ { "name": "path", "type": "path", - "example": "/yunorunner", - "default": "/yunorunner" + "default": "/ci" } ] }