Skip to content

Commit e185dff

Browse files
committed
Refactor CRAN link check condition for improved readability
1 parent 5074ab6 commit e185dff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_packages_info.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ jobs:
134134

135135
##### CRAN info
136136
echo "CRAN information"
137-
if [[ -z "${cran_link}" || "${cran_link}" == " "]]; then
137+
if [[ -z "${cran_link}" ]] || [[ "${cran_link}" == " "]]; then
138138
cran_version=""
139139
cran_license=""
140140
else

0 commit comments

Comments
 (0)