Skip to content

Commit

Permalink
Pass m_defaultValue instead of m_value.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed May 1, 2024
1 parent 23b4821 commit 89664b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/measure/OSArgument.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ namespace measure {
}

Json::Value OSArgument::defaultValueAsJSON() const {
return argumentVariantToJSONValue(m_value);
return argumentVariantToJSONValue(m_defaultValue);
}

bool OSArgument::hasDomain() const {
Expand Down

0 comments on commit 89664b2

Please sign in to comment.