Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ppc64le-cloud/packer-plugin-powervs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9f9ede951b57f7ff4de3117c2951a254c2942c97
Choose a base ref
..
head repository: ppc64le-cloud/packer-plugin-powervs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 559efbe2d7a399091759dc05bc6b1b8e3853031a
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 GNUmakefile
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ dev: build
@mv ${BINARY} ~/.packer.d/plugins/${BINARY}

uninstall:
@packer plugins remove github.com/ppc64le-cloud/powervs
-@packer plugins remove github.com/ppc64le-cloud/powervs

install: build uninstall
@packer plugins install -path ./${BINARY} "github.com/ppc64le-cloud/powervs"