Skip to content

Commit

Permalink
Merge pull request #34 from lsst-it/IT-5146/ccs-sal-kafka
Browse files Browse the repository at this point in the history
Fix typo in setup-sal file
  • Loading branch information
glennmorris authored Mar 14, 2024
2 parents d81600a + d836c43 commit 51776d4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ These should not affect the functionality of the module.

**Implemented enhancements:**

- Bump version to 2.2.2 [\#33](https://github.com/lsst-it/puppet-ccs_sal/pull/33) ([glennmorris](https://github.com/glennmorris))
- Add option to use kafka instead of dds [\#32](https://github.com/lsst-it/puppet-ccs_sal/pull/32) ([glennmorris](https://github.com/glennmorris))

## [v2.2.1](https://github.com/lsst-it/puppet-ccs_sal/tree/v2.2.1) (2024-02-09)
Expand Down
2 changes: 1 addition & 1 deletion files/setup-sal
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
if [ -z "${LSST_USE_KAFKA}" ]; then
source /etc/ccs/setup-sal5
else
source /etc/ccs/setup-kafka
source /etc/ccs/setup-sal-kafka
fi
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lsst-ccs_sal",
"version": "2.2.2",
"version": "2.2.3",
"author": "AURA/LSST/SLAC",
"summary": "Configure Rubin Observatory CCS/SAL.",
"license": "Apache-2.0",
Expand Down

0 comments on commit 51776d4

Please sign in to comment.