Skip to content

Commit

Permalink
fix(lsd): the directories were not aligned with the files
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuelLarkin committed Jul 16, 2024
1 parent 6d0216d commit 746299f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions taskfiles/rust_essentials.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '3'
version: "3"

env:
BIN_DIR: "{{.HOME}}/.local/bin"
Expand Down Expand Up @@ -134,7 +134,7 @@ tasks:
This project is a rewrite of GNU ls with lot of added features like
colors, icons, tree-view, more formatting options etc. The project is
heavily inspired by the super colorls project.
cmd: cargo install --force lsd
cmd: cargo install --force --locked lsd
generates:
- "{{.BIN_DIR}}/lsd"
status:
Expand Down

0 comments on commit 746299f

Please sign in to comment.