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