Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
Signed-off-by: vsoch <[email protected]>
  • Loading branch information
vsoch committed Oct 3, 2023
1 parent ebd5669 commit 20cb6ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/metrics/app/lammps.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ func (m *Lammps) SetOptions(metric *api.Metric) {
// Ensure we set sole tenancy if desired
st, ok := metric.Options["soleTenancy"]
if ok && st.StrVal == "true" || st.StrVal == "yes" {
m.SoleTenancy = false
m.SoleTenancy = true
}

// Set user defined values or fall back to defaults
Expand Down

0 comments on commit 20cb6ee

Please sign in to comment.