We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f4c7dc commit bd4d2a7Copy full SHA for bd4d2a7
1 file changed
utils/wp-cli-updatedeb.sh
@@ -64,7 +64,7 @@ fi
64
# copyright
65
if ! [ -r usr/share/doc/php-wpcli/copyright ]; then
66
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
+ wget -nv -O usr/share/doc/php-wpcli/copyright https://raw.githubusercontent.com/wp-cli/wp-cli/main/LICENSE
68
fi
69
70
# changelog
0 commit comments