Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Fix error when no current namespace is set (#305)
When no current namespace is set in the config file, then using `kn` without -n fails: ``` invalid configuration: no configuration has been provided ``` Instead of failing in this case, assume the default namespace "namespace"
- Loading branch information