From 8826b39a88ac097a21f71f0e77366ec7781a2fcc Mon Sep 17 00:00:00 2001
From: thijs snijder <snijder@astron.nl>
Date: Mon, 21 Mar 2022 15:03:01 +0100
Subject: [PATCH] fixed small bug and more capitalisation

---
 .../stationcontrol-jupyter/startup/01-devices.py               | 3 +--
 tangostationcontrol/setup.cfg                                  | 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
index 7d9e76359..cf3e092e8 100644
--- a/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
+++ b/docker-compose/jupyter/ipython-profiles/stationcontrol-jupyter/startup/01-devices.py
@@ -9,9 +9,8 @@ unb2 = DeviceProxy("STAT/UNB2/1")
 boot = DeviceProxy("STAT/Boot/1")
 tilebeam = DeviceProxy("STAT/TileBeam/1")
 beamlet = DeviceProxy("STAT/Beamlet/1")
-beamlet = DeviceProxy("STAT/DigitalBeam/1")
-docker = DeviceProxy("STAT/Docker/1")
 digitalbeam = DeviceProxy("STAT/DigitalBeam/1")
+docker = DeviceProxy("STAT/Docker/1")
 
 # Put them in a list in case one wants to iterate
 devices = [apsct, apspu, recv, sdp, sst, xst, unb2, boot, tilebeam, beamlet, digitalbeam, docker]
diff --git a/tangostationcontrol/setup.cfg b/tangostationcontrol/setup.cfg
index b2e170d29..e3c7584ab 100644
--- a/tangostationcontrol/setup.cfg
+++ b/tangostationcontrol/setup.cfg
@@ -37,7 +37,7 @@ console_scripts =
     l2ss-apspu = tangostationcontrol.devices.apspu:main
     l2ss-tilebeam = tangostationcontrol.devices.tilebeam:main
     l2ss-beamlet = tangostationcontrol.devices.sdp.beamlet:main
-    l2ss-DigitalBeam = tangostationcontrol.devices.sdp.digitalbeam:main
+    l2ss-digitalbeam = tangostationcontrol.devices.sdp.digitalbeam:main
     l2ss-boot = tangostationcontrol.devices.boot:main
     l2ss-docker-device = tangostationcontrol.devices.docker_device:main
     l2ss-observation = tangostationcontrol.devices.observation:main
-- 
GitLab