Skip to content

Commit

Permalink
chore: do not checkout unitpics
Browse files Browse the repository at this point in the history
  • Loading branch information
wezzle committed Sep 9, 2024
1 parent 449b74e commit c6ea25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ init:
#!/usr/bin/env bash
git clone --filter=blob:none --no-checkout --depth 1 --sparse [email protected]:beyond-all-reason/Beyond-All-Reason.git bar-repo
cd bar-repo
git sparse-checkout set --no-cone "units" "unitpics" "language/en" "luaui/configs"
git sparse-checkout set --no-cone "units" "language/en" "luaui/configs" # "unitpics"
git sparse-checkout list
git checkout
Expand Down

0 comments on commit c6ea25c

Please sign in to comment.