Skip to content

Commit

Permalink
fix switch command
Browse files Browse the repository at this point in the history
  • Loading branch information
do-aki committed Feb 12, 2015
1 parent aa06031 commit 690af7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/N1Repl/CommandPublisher.pm
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ sub cmd_switch {
Carp::croak("missing mandatory parameter $k") unless $params{$k};
}

join("\t", map {"$_=$params{$_}"} @keys);
"SWITCH\t" . join("\t", map {"$_=$params{$_}"} @keys);
}

sub publish {
Expand Down

0 comments on commit 690af7b

Please sign in to comment.