Skip to content

Commit

Permalink
refactor(chezmoi): change "cmd" to "cmds" in lfs-folderstore-reset task
Browse files Browse the repository at this point in the history
  • Loading branch information
entelecheia committed Sep 3, 2023
1 parent 623bf65 commit 71f607e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chezmoi/Taskfile.dist.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,7 @@ tasks:
lfs-folderstore-reset:
desc: After cloning a repository with LFS folderstore, reset the LFS folderstore. This will sort out the LFS files in your checkout and copy the content from the now-configured shared folder.
dir: {{"'{{.USER_WORKING_DIR}}'"}}
cmd:
cmds:
- git reset --hard main

{{- end }}
Expand Down

0 comments on commit 71f607e

Please sign in to comment.