mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-11 19:08:20 +00:00
enable diff slice ordering
This commit is contained in:
parent
29819910a5
commit
3bd8106511
1 changed files with 1 additions and 1 deletions
|
@ -7,5 +7,5 @@ func (m *ConfigManager) AreChangesPending() bool {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (m *ConfigManager) GetPendingChangelog() (diff.Changelog, error) {
|
func (m *ConfigManager) GetPendingChangelog() (diff.Changelog, error) {
|
||||||
return diff.Diff(m.currentConfig, m.pendingConfig)
|
return diff.Diff(m.currentConfig, m.pendingConfig, diff.SliceOrdering(true))
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue