Skip to content

Commit b458842

Browse files
committed
fix: use $repo variable
1 parent a5fd552 commit b458842

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gh-cli/unlock-repository-migration.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ repo="$2"
1414

1515
id=$(./get-most-recent-migration-id-for-repository.sh $org $repo true)
1616

17-
gh api -X DELETE /orgs/$org/migrations/$id/repos/test-repo-export/lock
17+
gh api -X DELETE /orgs/$org/migrations/$id/repos/$repo/lock

0 commit comments

Comments
 (0)