Skip to content

Commit

Permalink
Merge pull request coreos#1252 from jonboulle/master
Browse files Browse the repository at this point in the history
Revert "fleetctl: use correct escape format in status command"
  • Loading branch information
jonboulle committed Jun 16, 2015
2 parents 5aeca6b + cfcf8c7 commit 8275b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fleetctl/status.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ func runStatusUnits(args []string) (exit int) {
fmt.Printf("\n")
}

cmd := fmt.Sprintf("systemctl status -l %q", name)
cmd := fmt.Sprintf("systemctl status -l %s", name)
if exit = runCommand(cmd, uMap[name].MachineID); exit != 0 {
break
}
Expand Down

0 comments on commit 8275b70

Please sign in to comment.