From ba47cb7da2b7e77d5b820810bd336aceee4f5988 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Tue, 26 Sep 2023 23:30:53 -0400 Subject: [PATCH] Remove errant character from script --- CHANGELIST.md | 1 + publish-nix.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELIST.md b/CHANGELIST.md index 1a8d900f..f5866ba5 100644 --- a/CHANGELIST.md +++ b/CHANGELIST.md @@ -2,6 +2,7 @@ - Update Nuget packages - Update to MMI 3.0.0-preview.2 +- Remove errant character from script ### 2.6.5 (2023-09-27) diff --git a/publish-nix.sh b/publish-nix.sh index 7de36841..c40916e5 100755 --- a/publish-nix.sh +++ b/publish-nix.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/bash # This batch file assumes the following: # - .NET 7.0 (or newer) SDK is installed and in PATH