Docker-CE install on Debian has broken post-install systemctl invocation

Line 172 of the installer script invokes systemctl docker start, which I think should be systemctl start docker (param switch) in order for it to work as intended.