Skip to content

Commit 3749112

Browse files
Fix leeway installations script
1 parent 56dff69 commit 3749112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/install-leeway.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ tar -xzf /tmp/leeway.tar.gz -C /tmp
2424
sudo install -m 755 /tmp/leeway /usr/local/bin/
2525

2626
# Clean up temporary files
27-
rm /tmp/leeway.tar.gz
27+
rm /tmp/leeway.tar.gz /tmp/leeway

0 commit comments

Comments
 (0)