mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
python3Packages.huaweicloudsdk: update script permission
This commit is contained in:
3
pkgs/development/python-modules/huaweicloudsdk/update.sh
Normal file → Executable file
3
pkgs/development/python-modules/huaweicloudsdk/update.sh
Normal file → Executable file
@@ -44,7 +44,8 @@ mapfile -t services < <(
|
||||
find "$repo_root" -maxdepth 1 -mindepth 1 -type d -name 'huaweicloud-sdk-*' \
|
||||
-printf '%f\n' \
|
||||
| sed 's/^huaweicloud-sdk-//' \
|
||||
| sort
|
||||
| sort \
|
||||
| grep -vE '^(all|codecheck|core)$'
|
||||
)
|
||||
|
||||
if [ "${#services[@]}" -eq 0 ]; then
|
||||
|
||||
Reference in New Issue
Block a user