Skip to content

Commit

Permalink
fix rpm spec postrun (#51)
Browse files Browse the repository at this point in the history
remove image not short_name
  • Loading branch information
jpdavis-prof authored Oct 25, 2023
1 parent e29d3e5 commit 38b113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metal-basecamp.spec
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ rm -f %{image_tar}
if [ $1 -eq 0 ] ; then
podman stop %{short_name}
podman rm %{short_name}
podman rmi %{name}
podman rmi %{image}
fi

%files
Expand Down

0 comments on commit 38b113b

Please sign in to comment.