From b707db5eef90cdfdda9a71965b34a3400139f159 Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Wed, 8 Oct 2025 17:19:05 +0000 Subject: [PATCH] chore(*): fix josh workspace license Change-Id: sroqtsnoxvlryslvvnktnxnxnzqwpqos When we pushed up, the license was continually getting cloned out into the main workspace directory. That's no good, we should be able to fix this by adding the path to our workspace file directly. --- projects/packetmix/workspace.josh | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/packetmix/workspace.josh b/projects/packetmix/workspace.josh index 7206f3f7..5286be76 100644 --- a/projects/packetmix/workspace.josh +++ b/projects/packetmix/workspace.josh @@ -1,3 +1,4 @@ ::.tangled/ ::LICENSES/ +::projects/packetmix/workspace.josh.license :/packetmix -- 2.43.0