Skip to content
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
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: fluxcd/flux
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 5e5b87159999d711c890f641105fd09b19d216b9
Choose a base ref
..
head repository: fluxcd/flux
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 32e9df59cf4ee10e05836f9bce5bc13021a69ebc
Choose a head ref
Showing with 1 addition and 1 deletion.
  1. +1 −1 cmd/fluxctl/portforward.go
2 changes: 1 addition & 1 deletion cmd/fluxctl/portforward.go
Original file line number Diff line number Diff line change
@@ -28,7 +28,7 @@ func tryPortforwards(ns string, selectors ...metav1.LabelSelector) (p *portforwa
}
}
message = fmt.Sprintf("%s\n\nMake sure Flux is running in namespace %q.\n"+
"If Flux is running in another different namespace, please supply it to --k8s-fwd-ns=<namespace>.", message, ns)
"If Flux is running in another different namespace, please supply it to --k8s-fwd-ns.", message, ns)
if err != nil {
err = errors.New(message)
}