Skip to content

Commit

Permalink
Makefile: fix a tiny typo in the last commit
Browse files Browse the repository at this point in the history
... I pressed the button too soon. :(
  • Loading branch information
allisonkarlitskaya authored and martinpitt committed Mar 12, 2024
1 parent 7920fbb commit f2145f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VM_CUSTOMIZE_FLAGS += --run-command 'nmcli con add type dummy con-name fake ifna
ifeq ("$(TEST_SCENARIO)","updates-testing")
VM_CUSTOMIZE_FLAGS += --run-command 'dnf -y update --setopt=install_weak_deps=False --enablerepo=updates-testing >&2'
else ifeq ("$(TEST_SCENARIO)","podman-next")
VM_CUSTOMIZE_FLAGS = --run-command 'dnf -y copr enable rhcontainerbot/podman-next >&2; dnf -y update --repo "copr*" >&2'
VM_CUSTOMIZE_FLAGS += --run-command 'dnf -y copr enable rhcontainerbot/podman-next >&2; dnf -y update --repo "copr*" >&2'
else
# default scenario does not install packages
VM_CUSTOMIZE_FLAGS += --no-network
Expand Down

0 comments on commit f2145f1

Please sign in to comment.