This commit is contained in:
wangchuxiao 2023-06-16 11:33:41 +08:00
parent e41c50d461
commit 72f8c6841b

View File

@ -1,7 +1,9 @@
#!/usr/bin/env bash #!/usr/bin/env bash
version=errcode version=errcode
repository=${1} repository=${1}
if [ -z ${repository} ] if [[ -z ${repository} ]]
then
echo "repository is empty"
exit 0 exit 0
fi fi