Skip to content

Commit 75ea06a

Browse files
Add detail to package resolve command
Signed-off-by: Keshav Priyadarshi <git@keshav.space> Co-authored-by: Philippe Ombredanne <pombredanne@nexb.com>
1 parent de88a55 commit 75ea06a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/packagedcode/swift.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
Run the commands below before running the scan:
2323
2424
- To create a parsable JSON version of the Package.swift manifest, run this: ``swift package dump-package > Package.swift.json``
25-
``swift package resolve``
25+
- To create the Package.resolved lock file, run this: ``swift package resolve``
2626
"""
2727

2828

0 commit comments

Comments
 (0)