Skip to content

Commit 4d93e1d

Browse files
committed
refactoring
1 parent ab28750 commit 4d93e1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ status "Fetching Swift packages and parsing Package.swift files..."
166166
swift package fetch
167167
PACKAGES_TO_INSTALL=($(find . -type f -name "Package.swift" | xargs egrep -r "Apt *\(" | sed -e 's/^.*\.Apt *( *" *//' -e 's/".*$//' | sort | uniq))
168168
if [ "${#PACKAGES_TO_INSTALL[@]}" -gt "0" ]; then
169-
status "Packages to download: ${PACKAGES_TO_INSTALL[@]}"
169+
status "Additional packages to download: ${PACKAGES_TO_INSTALL[@]}"
170170
download_packages "${PACKAGES_TO_INSTALL[@]}"
171171
else
172172
status "No additional packages to download."

0 commit comments

Comments
 (0)