Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Botspot authored Mar 1, 2024
1 parent 7a219fc commit 889969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api
Original file line number Diff line number Diff line change
Expand Up @@ -1513,7 +1513,7 @@ packages_file_required() { #Returns which packages are required during installat
packages=''
break
fi
else #non-OR list of packages
else #non-OR package - no parsing '|' separators
if package_available "$word" ;then
#no separator, so return it without change
packages+="$word "
Expand Down

0 comments on commit 889969a

Please sign in to comment.