Skip to content

Commit 3938ea8

Browse files
Improve docker compose fail message for Windows
1 parent daa08de commit 3938ea8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/compose.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
}
4141
}
4242
'Windows': {
43-
fail('Docker compose is installed with docker machine on Windows')
43+
fail('Docker compose is installed with Docker Desktop on Windows')
4444
}
4545
default: {
4646
fail('This module only works on Debian, RedHat or Windows.')

0 commit comments

Comments
 (0)