scheduled-host: fix dependency syntax

Noticed recently that the scheduled host service is missing the "@" for
its dependency on the host state service. This results in the
scheduled host service starting before the host state which is not good
if a scheduled power on is needed at BMC startup.

Tested:
- Confirmed the scheduled host service now starts after the host state
  service

Change-Id: Ic0f63e18859dc782e84f841c3f1dc2b5b01034d7
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service b/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service
index 47e8679..d3d003a 100644
--- a/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service
+++ b/service_files/xyz.openbmc_project.State.ScheduledHostTransition@.service
@@ -1,7 +1,7 @@
 [Unit]
 Description=Phosphor Scheduled Host%i Transition Manager
-Wants=xyz.openbmc_project.State.Host%i.service
-After=xyz.openbmc_project.State.Host%i.service
+Wants=xyz.openbmc_project.State.Host@%i.service
+After=xyz.openbmc_project.State.Host@%i.service
 
 [Service]
 ExecStart=/usr/bin/phosphor-scheduled-host-transition --host %i