Skip to content

Commit 805d67d

Browse files
committed
Update sed command
1 parent 2f46686 commit 805d67d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ preview:
6363
cd $(RELEASES_DIR) && \
6464
echo \"[INFO] Cleaning:\" && \
6565
ls -1 */ \
66-
| sed \"s:/*\\\$::\" \
66+
| sed \"s:/*\\\$$::\" \
6767
| grep \"^2025\" \
6868
| sort -r \
6969
| tail -n +4 \

0 commit comments

Comments
 (0)