Skip to content

Commit

Permalink
Merge pull request #976 from thomasjacquin/darkSubract.sh-missing-THIS
Browse files Browse the repository at this point in the history
darkSubtract.sh: fix missed "THIS" in comment
  • Loading branch information
linuxkidd authored Jan 27, 2022
2 parents 5a867fa + b527815 commit 28aa056
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/darkSubtract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
ME2="$(basename "${BASH_SOURCE[0]}")"

# Subtract dark frame if there is one defined in config.sh
# This has to come after executing darkCapture.sh which sets ${THIS_TEMPERATURE}.
# This has to come after executing darkCapture.sh which sets ${AS_TEMPERATURE}.

if [ "${DARK_FRAME_SUBTRACTION}" = "true" ]; then
# Make sure the input file exists; if not, something major is wrong so exit.
Expand Down

0 comments on commit 28aa056

Please sign in to comment.