Skip to content

Commit bd4d2a7

Browse files
committed
Fix link to LICENSE raw file in deb build script
1 parent 5f4c7dc commit bd4d2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/wp-cli-updatedeb.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ fi
6464
# copyright
6565
if ! [ -r usr/share/doc/php-wpcli/copyright ]; then
6666
mkdir -p usr/share/doc/php-wpcli &> /dev/null
67-
wget -nv -O usr/share/doc/php-wpcli/copyright https://github.com/wp-cli/wp-cli/raw/master/LICENSE
67+
wget -nv -O usr/share/doc/php-wpcli/copyright https://raw.githubusercontent.com/wp-cli/wp-cli/main/LICENSE
6868
fi
6969

7070
# changelog

0 commit comments

Comments
 (0)