Skip to content

Commit

Permalink
Do not nest quotes
Browse files Browse the repository at this point in the history
Signed-off-by: Christian König <ckoenig@posteo.de>
  • Loading branch information
yubiuser committed Jul 1, 2022
1 parent dfa96c6 commit 318516e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion padd.sh
Expand Up @@ -575,7 +575,7 @@ GetVersionInformation() {
if [ "${padd_version_latest}" = "" ]; then
padd_version_heatmap=${yellow_text}
else
if [ "$(VersionConverter "${padd_version}")" -lt "$(VersionConverter "${padd_version_latest}")" ]; then
if [ "$(VersionConverter ${padd_version})" -lt "$(VersionConverter ${padd_version_latest})" ]; then
padd_out_of_date_flag="true"
padd_version_heatmap=${red_text}
else
Expand Down

0 comments on commit 318516e

Please sign in to comment.