Skip to content

Commit

Permalink
Minor typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Duncan Ferguson committed Oct 16, 2024
1 parent bd5aba7 commit 33bf550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/App/ClusterSSH/Window.pm
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ sub import {
my ($class) = @_;

# If we are building or in test here, just exit
# as travis build servers will not have Tk installed
# as the build servers will not have Tk installed
if ($ENV{AUTHOR_TESTING} || $ENV{RELEASE_TESTING}) {
print STDERR "skipping initialisation; AUTHOR_TESTING or RELEASE_TESTING are set\n";
return;
Expand Down

0 comments on commit 33bf550

Please sign in to comment.