Skip to content

Commit 6e75167

Browse files
committed
fixed warning
1 parent cd9cd81 commit 6e75167

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/PsSmo/DisconnectInstanceCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DisconnectInstanceCommand : ClientCommand
1515
)]
1616
[ValidateNotNullOrEmpty()]
1717
[Alias("Connection")]
18-
public Server Instance { get; set; } = ConnectInstanceCommand.Instance;
18+
new public Server Instance { get; set; } = ConnectInstanceCommand.Instance;
1919

2020
protected override void ProcessRecord()
2121
{

0 commit comments

Comments
 (0)