Skip to content

Commit

Permalink
Fixes sos-console
Browse files Browse the repository at this point in the history
  • Loading branch information
johnalotoski committed Jul 3, 2020
1 parent d946a65 commit 886e36e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixops_packet/parser/parse_defs.py
Expand Up @@ -15,7 +15,7 @@ def op_sos_console(args):
raise Exception(
"machine is not a Packet device: ‘{0}’".format(args.machine)
)
cast(PacketState, m).op_sos_console()
cast(PacketState, m).op_sos_console()


def op_update_provision(args):
Expand Down

0 comments on commit 886e36e

Please sign in to comment.