We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 262240b commit d00231bCopy full SHA for d00231b
source/Nuke.Common.Tests/SettingsTest.cs
@@ -144,7 +144,7 @@ public void TestDocker()
144
.SetDetachKeys("detach-keys")
145
.SetContainer("container")
146
.SetLogLevel(DockerLogLevel.debug),
147
- "attach --detach-keys detach-keys container --log-level debug");
+ "attach --detach-keys detach-keys --log-level debug container");
148
}
149
150
[Fact]
0 commit comments