diff --git a/dotnet/dotnet-10/nuget_utils.sh b/dotnet/dotnet-10/nuget_utils.sh index 00fdff6..24e4a6c 100644 --- a/dotnet/dotnet-10/nuget_utils.sh +++ b/dotnet/dotnet-10/nuget_utils.sh @@ -24,7 +24,7 @@ add_or_remove_nuget_source() { # Function to add/remove NuGet sources handle_nuget_sources() { local action="${1:-add}" # Default to 'add', can be 'remove' - + echo "Updating NuGet sources with action: $action" if [[ -n "$NUGET_SOURCES" ]]; then # Split sources, usernames, and passwords on newlines IFS=$'\n' read -rd '' -a sources <<< "$NUGET_SOURCES" diff --git a/dotnet/dotnet/nuget_utils.sh b/dotnet/dotnet/nuget_utils.sh index 00fdff6..24e4a6c 100644 --- a/dotnet/dotnet/nuget_utils.sh +++ b/dotnet/dotnet/nuget_utils.sh @@ -24,7 +24,7 @@ add_or_remove_nuget_source() { # Function to add/remove NuGet sources handle_nuget_sources() { local action="${1:-add}" # Default to 'add', can be 'remove' - + echo "Updating NuGet sources with action: $action" if [[ -n "$NUGET_SOURCES" ]]; then # Split sources, usernames, and passwords on newlines IFS=$'\n' read -rd '' -a sources <<< "$NUGET_SOURCES"