clusterssh icon indicating copy to clipboard operation
clusterssh copied to clipboard

Don't check config is a HASH

Open cqexbesd opened this issue 2 years ago • 0 comments

At some point $self->config() started returning a blessed object so checking it was a HASH began to fail, preventing someone using natural sort. AFAIK the config option always has to behave as a hash so it should be safe to avoid this test.

cqexbesd avatar Jul 31 '23 14:07 cqexbesd