Skip to content

Commit

Permalink
Merge pull request #381 from rapyuta-robotics/devel
Browse files Browse the repository at this point in the history
🎉 release: v9.1.2
  • Loading branch information
pallabpain authored Oct 22, 2024
2 parents c948ad3 + a05e9db commit 819bdad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion riocli/apply/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -529,4 +529,4 @@ def _process_values_and_secrets(
self.values = self._inject_rio_namespace(self.values)

for s in secrets:
benedict(self.values).merge(self._load_file_content(s, is_secret=True)[0])
benedict(self.secrets).merge(self._load_file_content(s, is_secret=True)[0])

0 comments on commit 819bdad

Please sign in to comment.