Skip to content

Commit 76d0dcd

Browse files
authored
Update allsky-config.sh: rename scripts
1 parent 61cbd04 commit 76d0dcd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/utilities/allsky-config.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ function show_supported_cameras()
109109
fi
110110

111111
# shellcheck disable=SC2086
112-
show_supported_cameras.sh ${ARGS}
112+
showSupportedCameras.sh ${ARGS}
113113
}
114114

115115
#####
@@ -165,7 +165,7 @@ function new_rpi_camera_info()
165165
local ARGS="${@}" # optional
166166

167167
# shellcheck disable=SC2086
168-
get_RPi_camera_info.sh ${ARGS}
168+
getRPiCameraInfo.sh ${ARGS}
169169
}
170170

171171
#####

0 commit comments

Comments
 (0)