Skip to content

Commit be7a10b

Browse files
committed
Fix branch name in DEB script
1 parent b58c54f commit be7a10b

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/main/LICENSE
67+
wget -nv -O usr/share/doc/php-wpcli/copyright https://github.com/wp-cli/wp-cli/raw/master/LICENSE
6868
fi
6969

7070
# changelog

0 commit comments

Comments
 (0)