Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion rust/agama-cli/src/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ pub enum ProfileCommands {
/// installation. Unless there is a need to inject additional commands between processing
/// use this command instead of set of underlying commands.
Import {
/// Profile's URL. Supports the same schemas than te "download" command plus
/// Profile's URL. Supports the same schemas as the "download" command plus
/// AutoYaST specific ones. Supported files are json, jsonnet, sh for Agama profiles and ERB, XML, and rules/classes directories
/// for AutoYaST support.
url: String,
Expand Down
5 changes: 5 additions & 0 deletions rust/package/agama.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 16 09:32:00 UTC 2025 - Martin Vidner <mvidner@suse.com>

- Fix typo in `agama profile import --help` (bsc#1235827)

-------------------------------------------------------------------
Fri Jan 10 21:22:01 UTC 2025 - Imobach Gonzalez Sosa <igonzalezsosa@suse.com>

Expand Down