From 182778a59a6967fe55baa8e755753a9e12a1d306 Mon Sep 17 00:00:00 2001 From: KaushikMalapati <80156796+KaushikMalapati@users.noreply.github.com> Date: Mon, 13 May 2024 15:39:42 -0500 Subject: [PATCH] Update scripts/takepeds Co-authored-by: Zachary Lentz --- scripts/takepeds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/takepeds b/scripts/takepeds index 6622d3cb..b3eff728 100755 --- a/scripts/takepeds +++ b/scripts/takepeds @@ -10,7 +10,7 @@ Takes a run with dark images for use in pedestals, and posts to the elog. EOF } -if [[ ($1 == "--help") || ($1 == "-h")]]; then +if [[ ($1 == "--help") || ($1 == "-h") ]]; then usage exit 0 fi