Skip to content
This repository was archived by the owner on Sep 9, 2022. It is now read-only.

Commit 03bb287

Browse files
committed
tasks: update upload-scoop-manifest task commands in Taskfile
1 parent 6a52633 commit 03bb287

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Taskfile.yaml

+1-3
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,7 @@ tasks:
8686
upload-scoop-manifest:
8787
cmds:
8888
- git clone https://github.com/scmn-dev/scoop
89-
- cd scoop
90-
- rm secman.json
91-
- cp ../dist/secman.json .
89+
- cd scoop && rm secman.json && cp ../dist/secman.json .
9290

9391
node-checks:
9492
cmds:

0 commit comments

Comments
 (0)