Skip to content

Commit

Permalink
fix(fetch-sources.sh): stupid oren typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oklopfer authored Aug 29, 2024
1 parent ef38ba7 commit cd1c8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/scripts/fetch-sources.sh
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ function check_builddepends() {
fancy_message sub $"%b [installed]" "${CYAN}${just_build[0]}${NC} ${GREEN}${NC}"
fi
else
echo "${realbuild}" >> "${PACDIR}-unsatisifed-${type}-${pacname}"
echo "${realbuild}" >> "${PACDIR}-unsatisfied-${type}-${pacname}"
fancy_message sub $"%b [required]" "${CYAN}${realbuild}${NC} ${RED}${NC}"
fi
}
Expand Down

0 comments on commit cd1c8f4

Please sign in to comment.