Skip to content

Commit

Permalink
feat: aliged code with linter
Browse files Browse the repository at this point in the history
  • Loading branch information
scientiststwin committed Jan 12, 2024
1 parent 4ebe144 commit ce06249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function ver() {
printf "%04d%04d%04d%04d" "${1//./ }"
}
airflow_version=$(AIRFLOW__LOGGING__LOGGING_LEVEL=INFO && gosu airflow airflow version)
airflow_version_comparable=$(ver ${airflow_version})
airflow_version_comparable=$(ver "${airflow_version}")
min_airflow_version=2.2.0
min_airflow_version_comparable=$(ver "${min_airflow_version}")
if (( airflow_version_comparable < min_airflow_version_comparable )); then
Expand Down

0 comments on commit ce06249

Please sign in to comment.