From 3e11b46ab26746c76b8ae1f91fab36696a563a43 Mon Sep 17 00:00:00 2001 From: Ashley Wulber Date: Thu, 14 Sep 2023 15:09:07 -0400 Subject: [PATCH] fix: names for examples in justfiles --- justfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/justfile b/justfile index 218eef96..b93bae64 100644 --- a/justfile +++ b/justfile @@ -1,4 +1,4 @@ -examples := 'application cosmic design open_dialog' +examples := 'application cosmic cosmic-design-demo open-dialog' # Check for errors and linter warnings check *args: (check-wayland args) (check-winit args) (check-examples args)