Skip to content

Commit 6ad94a2

Browse files
authored
docs(soar): Fix code comment about bincache
1 parent 7078034 commit 6ad94a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/soar/soar.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if [[ -z "${UPGRADE_INTERVAL}" || "${UPGRADE_INTERVAL}" == "null" ]]; then
2020
UPGRADE_INTERVAL="8h"
2121
fi
2222

23-
# Configuration for enabling additional repos (outside of 'bincache')
23+
# Configuration for enabling additional repos (outside of 'soarpkgs')
2424
ADDITIONAL_REPOS=$(echo "${1}" | jq -r 'try .["additional-repos"]')
2525
mkdir -p "/usr/share/bluebuild/soar"
2626
if [[ "${ADDITIONAL_REPOS}" == "true" ]]; then

0 commit comments

Comments
 (0)