Skip to content

Commit 9c44784

Browse files
authored
fix: typo
1 parent 0d4cfcb commit 9c44784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/checksum_new_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ for p in ${package_list}; do
1010
# skip all fluka versions due to licensing
1111
continue
1212
fi
13-
if [[ $p == "irt" ]] ; the
13+
if [[ $p == "irt" ]] ; then
1414
# skip all newer irt since now packaged as irt2
1515
continue
1616
fi

0 commit comments

Comments
 (0)