Skip to content

Commit 160c423

Browse files
committed
fix nightly package URL prefix
1 parent 5f99662 commit 160c423

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/deploy_nightly_package.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
export PKG_URL_PREFIX=https://dl.bintray.com/igrr/arduino-esp8266/:
4+
export PKG_URL_PREFIX=https://dl.bintray.com/igrr/arduino-esp8266
55
commit=`git rev-parse --short HEAD`
66

77
./build_boards_manager_package.sh

0 commit comments

Comments
 (0)