From 7eb86b223f578097ccf8307ad6e0136713040c19 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Mon, 17 Jun 2024 16:16:11 -0400 Subject: [PATCH] Fix build script --- publish-nix.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-nix.sh b/publish-nix.sh index 648f0173..cc524235 100644 --- a/publish-nix.sh +++ b/publish-nix.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/bin/bash # This batch file assumes the following: # - .NET 8.0 (or newer) SDK is installed and in PATH