Skip to content

Commit 46b981b

Browse files
Update resources/apt/apt.dsc.resource.sh
Co-authored-by: Mikey Lombardi (He/Him) <[email protected]>
1 parent 2fb63af commit 46b981b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/apt/apt.dsc.resource.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ get_apt() {
2525
echo $line | awk '{
2626
split($0, a, " ");
2727
split(a[1], pn, "/");
28-
printf("{ \"_exist\": \"%s\", \"packageName\": \"%s\", \"Version\": \"%s\", \"Source\": \"%s\" }\n", ENVIRON["exist"], pn[1], a[2], pn[2]);
28+
printf("{ \"_exist\": \"%s\", \"packageName\": \"%s\", \"version\": \"%s\", \"source\": \"%s\" }\n", ENVIRON["exist"], pn[1], a[2], pn[2]);
2929
}'
3030
fi
3131
done

0 commit comments

Comments
 (0)