Skip to content

Commit faee27c

Browse files
authored
Update upgrade.sh: Add comment
1 parent 42a7b27 commit faee27c

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

upgrade.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@ elif [[ ${ACTION} == "doUpgrade" ]]; then
416416
display_msg --logonly info "ENDING UPGRADE."
417417
exit 0
418418
else
419-
:
420-
# XXXX TODO: add code
419+
:
420+
# TODO: Is there anything to do for ${METHOD_REPLACE_ALL}?
421+
# I can't think of anything.
421422
fi
422423
fi

0 commit comments

Comments
 (0)