Skip to content

Commit 51776d4

Browse files
authored
Merge pull request #34 from lsst-it/IT-5146/ccs-sal-kafka
Fix typo in setup-sal file
2 parents d81600a + d836c43 commit 51776d4

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ These should not affect the functionality of the module.
1010

1111
**Implemented enhancements:**
1212

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

1516
## [v2.2.1](https://github.com/lsst-it/puppet-ccs_sal/tree/v2.2.1) (2024-02-09)

files/setup-sal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
if [ -z "${LSST_USE_KAFKA}" ]; then
44
source /etc/ccs/setup-sal5
55
else
6-
source /etc/ccs/setup-kafka
6+
source /etc/ccs/setup-sal-kafka
77
fi

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lsst-ccs_sal",
3-
"version": "2.2.2",
3+
"version": "2.2.3",
44
"author": "AURA/LSST/SLAC",
55
"summary": "Configure Rubin Observatory CCS/SAL.",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)