-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
providers/hetzner: fix duplicate attribute prefix
The attributes generated for the hetzner provider had a duplicate prefix: AFTERBURN_AFTERBURN_HETZNER_HOSTNAME=flatcar-test Afterburn already adds the prefix itself in src/providers/mod.rs `MetadataProvider.write_attributes()`, so the additional prefix added in the hetzner provider was unnecessary. Signed-off-by: Julian Tölle <[email protected]>
- Loading branch information
Showing
3 changed files
with
12 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,6 +10,8 @@ Major changes: | |
|
||
Minor changes: | ||
|
||
- Hetzner: fix duplicate attribute prefix | ||
|
||
Packaging changes: | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters