Skip to content

Commit e064410

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

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
@@ -38,7 +38,7 @@ elif [[ "$1" == "get" ]]; then
3838
check_args
3939
output="$(get_apt $packageName)"
4040
if [[ -z $output ]]; then
41-
printf '{ "_exist": "false", "packageName": "%s", "Version": "", "Source": "" }\n' $packageName
41+
printf '{"_exist":"false","packageName":"%s","version":"","source":""}\n' $packageName
4242
else
4343
echo $output
4444
fi

0 commit comments

Comments
 (0)