Skip to content

Commit

Permalink
Fix delete that occurs before it's meant to
Browse files Browse the repository at this point in the history
  • Loading branch information
LordRalex committed Apr 23, 2024
1 parent af08623 commit 77f45ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions terraria-tmodloader/terraria-tmodloader.json
Original file line number Diff line number Diff line change
Expand Up @@ -307,8 +307,7 @@
"type": "command",
"commands": [
"rm -rf dotnet",
"mkdir -p dotnet",
"rm -rf dotnet-runtime-linux-${arch}.tar.gz"
"mkdir -p dotnet"
]
},
{
Expand Down
3 changes: 1 addition & 2 deletions terraria-tshock/terraria-tshock.json
Original file line number Diff line number Diff line change
Expand Up @@ -119,8 +119,7 @@
"type": "command",
"commands": [
"rm -rf dotnet",
"mkdir -p dotnet",
"rm -rf dotnet-runtime-linux-${arch}.tar.gz"
"mkdir -p dotnet"
]
},
{
Expand Down

0 comments on commit 77f45ca

Please sign in to comment.