From 515a48a8b62aac61c685e896ca3199f6c3e72850 Mon Sep 17 00:00:00 2001 From: Scott Vick <70352612+scott-vick@users.noreply.github.com> Date: Tue, 29 Aug 2023 12:32:04 -0500 Subject: [PATCH] Fixed shell tasks to use the correct variable "os_path" (#121) * Fixed shell tasks to use the correct variable "os_path" * Fixed shell tasks to use the correct variable "os_path" * Update os_path_update.yaml * Update os_path_update.yaml --------- Co-authored-by: David Danielsson --- changelogs/fragments/os_path_update.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 changelogs/fragments/os_path_update.yaml diff --git a/changelogs/fragments/os_path_update.yaml b/changelogs/fragments/os_path_update.yaml new file mode 100644 index 0000000..02b797a --- /dev/null +++ b/changelogs/fragments/os_path_update.yaml @@ -0,0 +1,4 @@ +--- +bugfixes: + - Fixed shell tasks to use the correct variable "os_path" +...