diff options
author | Josh Spicer <joshspicer@github.com> | 2022-11-17 03:40:07 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-17 03:40:07 +0300 |
commit | 883c99bc1ef06dac1084f8715a1464a12a526628 (patch) | |
tree | 1b26e9205b5446017dbdc61964278b76714ac763 /src | |
parent | dadaffc45068634f71eda1218eb8d13acd088219 (diff) |
remove un-needed whitespace
Diffstat (limited to 'src')
-rwxr-xr-x | src/dotnet/install.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/dotnet/install.sh b/src/dotnet/install.sh index b0b2050..260f5f2 100755 --- a/src/dotnet/install.sh +++ b/src/dotnet/install.sh @@ -470,8 +470,6 @@ else echo "Not changing ownership ("${USERNAME}" <- "${TARGET_DOTNET_ROOT}")" fi - - # Clean up rm -rf /var/lib/apt/lists/* |