Skip to content

Commit

Permalink
typo in main.fmf
Browse files Browse the repository at this point in the history
  • Loading branch information
inknos authored and jan-kolarik committed Dec 4, 2023
1 parent d714a87 commit d156d0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plans/main.fmf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ prepare:
if [ "$PACKIT_UPSTREAM_NAME" -eq "ci-dnf-stack" ]; then \
git -C $TMT_PLANS_DATA/ci-dnf-stack remote add pull-request $PACKIT_SOURCE_URL \
git -C $TMT_PLANS_DATA/ci-dnf-stack fetch pull-request \
git -C $TMT_PLANS_DATA/ci-dnf-stack checkout --track \ pull-request/$PACKIT_SOURCE_BRANCH
git -C $TMT_PLANS_DATA/ci-dnf-stack checkout --track pull-request/$PACKIT_SOURCE_BRANCH
fi

- name: Build testing container
Expand Down

0 comments on commit d156d0e

Please sign in to comment.