Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Kenyon Ralph <kenyon@kenyonralph.com>
  • Loading branch information
fredericgiquel and kenyon authored Oct 23, 2024
1 parent 7bd0ee4 commit 553f23b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/ppa.pp
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
$sources_list_d_filename = if versioncmp($facts['os']['release']['full'], '23.10') < 0 {
"${dash_filename_no_specialchars}-${release}.list"
} else {
$"${dash_filename_no_specialchars}-${release}.sources"
"${dash_filename_no_specialchars}-${release}.sources"
}

if versioncmp($facts['os']['release']['full'], '21.04') < 0 {
Expand Down

0 comments on commit 553f23b

Please sign in to comment.