Skip to content

Commit 8955b97

Browse files
committed
gah
1 parent 80eda91 commit 8955b97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/migrator_uniqueness.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
echo "Checking for existing uses of migrator $migrator in conda-forge..."
4444
4545
# Search in GH-org with exact path where migrators end up
46-
num_hits=$(gh search code "org:conda-forge path:.ci_support/migrations/ filename:$migrator") \
46+
num_hits=$(gh search code "org:conda-forge path:.ci_support/migrations/ filename:$migrator" \
4747
--json repository \
4848
--jq 'map(select(.repository.isArchived == false)) | length')
4949

0 commit comments

Comments
 (0)