Skip to content

Commit 44f986d

Browse files
authored
Fix typo in variable name
1 parent 09a6319 commit 44f986d

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
@@ -61,7 +61,7 @@
6161
if $raw_url != undef {
6262
$docker_compose_url = $raw_url
6363
} else {
64-
$docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-${facter['os']['hardware']}${file_extension}"
64+
$docker_compose_url = "${base_url}/${version}/docker-compose-${::kernel}-${facts['os']['hardware']}${file_extension}"
6565
}
6666

6767
if $proxy != undef {

0 commit comments

Comments
 (0)