Skip to content

Commit

Permalink
Update functions.sh: Rename another script
Browse files Browse the repository at this point in the history
EricClaeys authored Jan 28, 2025

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent b9b2d0c commit 73264c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
@@ -485,7 +485,7 @@ function validate_camera()
fi

# Now make sure the camera is supported.
if ! "${ALLSKY_UTILITIES}/show_supported_cameras.sh" "--${CT}" |
if ! "${ALLSKY_UTILITIES}/showSupportedCameras.sh" "--${CT}" |
grep --silent "${CM}" ; then

MSG="${CT} camera '${CM}' is not supported by Allsky."

0 comments on commit 73264c8

Please sign in to comment.