Commit c4869f5e authored by Dylan Araps's avatar Dylan Araps

Disk: Fix stray bracket

parent 461bbb7b
......@@ -1751,7 +1751,7 @@ get_disk() {
if [[ -z "$subtitle" ]]; then
prin "${disk_sub}" "$disk"
else
prin "${subtitle} (${disk_sub})}" "$disk"
prin "${subtitle} (${disk_sub})" "$disk"
fi
done
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment