diff options
author | JP Ungaretti <git@jungaretti.com> | 2023-02-28 03:48:56 +0300 |
---|---|---|
committer | JP Ungaretti <git@jungaretti.com> | 2023-02-28 03:48:56 +0300 |
commit | df4db859fb789a25f95fa51cceb61651ce41e8f2 (patch) | |
tree | 8a0f715ec0683ce6f178f49db1b1f6431ead1a07 /test/dotnet | |
parent | 83c6103db23ce383a23097832bdf15d71f775665 (diff) |
Add newline
Diffstat (limited to 'test/dotnet')
-rwxr-xr-x | test/dotnet/test.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/dotnet/test.sh b/test/dotnet/test.sh index 7eb0cf6..4b6c4fd 100755 --- a/test/dotnet/test.sh +++ b/test/dotnet/test.sh @@ -18,4 +18,4 @@ check "current link dotnet" /usr/local/dotnet/current/dotnet --info check "current link sdk" ls -l /usr/local/dotnet/current/sdk # Report result -reportResults
\ No newline at end of file +reportResults |