Skip to content

Commit 2d58e21

Browse files
committed
Fix the carthage source file path
Signed-off-by: Jiyeong Seok <[email protected]>
1 parent 43f616a commit 2d58e21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fosslight_dependency/analyze_dependency.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1074,7 +1074,7 @@ def parse_and_generate_output_carthge(input_fp):
10741074
if os.path.isfile(tmp_license_txt_file_name):
10751075
os.remove(tmp_license_txt_file_name)
10761076

1077-
sheet_list["SRC"].append(['Package.resolved', oss_name, oss_version, license_name, dn_loc, homepage, '', '', ''])
1077+
sheet_list["SRC"].append(['Cartfile.resolved', oss_name, oss_version, license_name, dn_loc, homepage, '', '', ''])
10781078

10791079
return sheet_list
10801080

0 commit comments

Comments
 (0)