Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Nov 22, 2024
1 parent 607d13d commit 6db0f36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/source_obsnum.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# find which source/obsnum combinations are in an LMT project
#

_version="10-nov-2024"
_version="22-nov-2024"

usage() {
echo "Usage: $0 [options] [ProjectId]"
Expand Down Expand Up @@ -56,7 +56,7 @@ fi

pid=$1

if [ -z $pid]; then
if [ -z $pid ]; then
if [ -e PID ]; then
source PID
pid=$PID
Expand Down

0 comments on commit 6db0f36

Please sign in to comment.