Skip to content

Commit e3917f8

Browse files
committed
fix: ci: wrong auto_set_kconfig logged
Was logged as get_kconfig Signed-off-by: Jorge Marques <[email protected]>
1 parent 44a61a8 commit e3917f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ auto_set_kconfig() {
909909
local files=$(git diff --diff-filter=ACM --no-renames --name-only $base_sha..$head_sha)
910910
declare -a o_files
911911

912-
echo "get_kconfig on range $base_sha..$head_sha"
912+
echo "auto_set_kconfig on range $base_sha..$head_sha"
913913

914914
while read file; do
915915
case "$file" in

0 commit comments

Comments
 (0)