Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
szilardhuber committed Nov 30, 2016
1 parent 64caf52 commit cab2fea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controller/DEBIAN/debian/controller.postinst
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ fi
# When upgrading from 2.0.266 and before we need to add a new column to agent_volumes
newversion="2.0.266"
versions="${oldversion}\n$newversion"
orderedversions=$(echo -e $versions | gsort -V)
orderedversions=$(echo -e $versions | sort -V)
outputifoldislower=`echo -e "X$oldversion\n$newversion"`
if [ "$outputifoldislower" = "X$orderedversions" ]; then
psql paldb << XYZZY
Expand Down

0 comments on commit cab2fea

Please sign in to comment.