Skip to content

Commit f6c25f9

Browse files
committed
fix: use an unfrozen string
1 parent efe1fd6 commit f6c25f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/aws_ec2_environment/ssm_port_forwarding_session.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def initialize(
3434

3535
@reader, @writer, @pid = PTY.spawn(ssm_port_forward_cmd(local_port, reason))
3636

37-
@cmd_output = ""
37+
@cmd_output = +""
3838
@session_id = wait_for_session_id
3939

4040
@logger.info("SSM session #{@session_id} opening, forwarding port #{remote_port} on #{instance_id}")

0 commit comments

Comments
 (0)