Skip to content

Commit 64f5e62

Browse files
committed
Make AR_USER espressif explicitly
1 parent fd3b553 commit 64f5e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ if [ -z $IDF_TARGET ]; then
2626
fi
2727

2828
# Owner of the target ESP32 Arduino repository
29-
AR_USER="${GITHUB_REPOSITORY_OWNER:-espressif}"
29+
AR_USER="espressif"
3030

3131
# IDF commit to use
3232
#IDF_COMMIT=""

0 commit comments

Comments
 (0)