From 71db347cd6c940397b3edb7d8f224e63715e0442 Mon Sep 17 00:00:00 2001 From: Scion Date: Mon, 7 Jul 2025 21:56:37 -0700 Subject: [PATCH] Test --- dotnet/dotnet-10/entrypoint.sh | 2 +- dotnet/dotnet/entrypoint.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dotnet/dotnet-10/entrypoint.sh b/dotnet/dotnet-10/entrypoint.sh index b8ea4dd..350be91 100644 --- a/dotnet/dotnet-10/entrypoint.sh +++ b/dotnet/dotnet-10/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -source nuget_utils.sh +source /nuget_utils.sh COMMAND="$@" set -o pipefail diff --git a/dotnet/dotnet/entrypoint.sh b/dotnet/dotnet/entrypoint.sh index 24f2bc1..a155ac5 100644 --- a/dotnet/dotnet/entrypoint.sh +++ b/dotnet/dotnet/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -source nuget_utils.sh +source /nuget_utils.sh COMMAND="$@" set -o pipefail