From 4bcfd9d31488d05450f1f6a55860cc207392c323 Mon Sep 17 00:00:00 2001
From: Dan Jones <danjon@noc.ac.uk>
Date: Thu, 10 Oct 2024 14:11:58 +0100
Subject: [PATCH] fix: correct destination in example message

For platform_instruction_set
Plus add missing changelog
---
 CHANGELOG.md                                  | 2 +-
 examples/mas-dt/platform_instruction_set.json | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6c815e4..48bcf42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 
 ### Changed
 
-- Refactor instruction_set into platform_instruction_set
+- Refactor instructeion_set into platform_instruction_set
 - Refactor mission_plan schema autonomy_engine_plan_ID oneOf
 - Update all example messages with valid UUIDs
 - Refactor action schema to accept geojson.Points
diff --git a/examples/mas-dt/platform_instruction_set.json b/examples/mas-dt/platform_instruction_set.json
index 4f42e19..c3b95d4 100644
--- a/examples/mas-dt/platform_instruction_set.json
+++ b/examples/mas-dt/platform_instruction_set.json
@@ -4,7 +4,7 @@
     "timestamp": "2024-09-03T00:00:00Z",
     "version": 1,
     "source": "ori",
-    "destination": "internal.noc.slocum.unit_111.to_platform.instruction_set",
+    "destination": "mas-dt.noc.slocum.unit_111.to_platform.platform_instruction_set",
     "delivery_type": "publish",
     "encoded": false
   },
-- 
GitLab