summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2025-11-02 22:21:25 +0100
committerCarl Hetherington <cth@carlh.net>2025-11-02 22:21:25 +0100
commit158d75686cf7a1b0cef57f11e4f2e6056114e190 (patch)
tree053ce7e9e78fbf54fd9c91240e5ec8094567ed37
parentfd2461170f9982412f95cf8d61952df2c90dadf2 (diff)
Fix duplicate platform.
-rwxr-xr-xcdist1
1 files changed, 0 insertions, 1 deletions
diff --git a/cdist b/cdist
index 157b2ab..a52d9f7 100755
--- a/cdist
+++ b/cdist
@@ -971,7 +971,6 @@ def target_factory(args):
target = LinuxLocalTarget(
directory=args.work,
dependencies_only=args.dependencies_only,
- platform="linux",
distro=args.local_distro,
version=args.local_version,
cpu=args.local_cpu,