Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Shellcheck and shfmt on bash scripts #204

Closed
wants to merge 21 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update scripts/takepeds
Co-authored-by: Zachary Lentz <ZLLentz@users.noreply.github.com>
KaushikMalapati and ZLLentz authored May 13, 2024
commit 6a5b3290330dfc45435dd0f6f1f39a05bb26f621
2 changes: 1 addition & 1 deletion scripts/takepeds
Original file line number Diff line number Diff line change
@@ -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