mirror of
https://github.com/MillironX/sc2-sequencing.git
synced 2024-12-22 03:08:17 +00:00
Fix sequence generation
This commit is contained in:
parent
79c2ae7882
commit
7c316ff08b
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ if [ ! "$OFFSET" = "1" ]; then
|
||||||
done
|
done
|
||||||
done
|
done
|
||||||
else
|
else
|
||||||
KEEPERS=( $(seq "%02g" 01 96) )
|
KEEPERS=( $(seq -f "%02g" 01 96) )
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Find where the flash drive is mounted
|
# Find where the flash drive is mounted
|
||||||
|
|
Loading…
Reference in a new issue