add missing cfg file
This commit is contained in:
parent
37333fc120
commit
09a695d1d9
@ -109,7 +109,7 @@ func TestCliConfigCommand(t *testing.T) {
|
||||
t.Skip("cli not built")
|
||||
}
|
||||
|
||||
yaml, cliErr := exec.Command("./jx", "config", "file://examples/config/file.cfg.jx.yaml").Output()
|
||||
yaml, cliErr := exec.Command("./jx", "config", "file://examples/config/file.jx.yaml").Output()
|
||||
if cliErr != nil {
|
||||
slog.Info("Debug CLI error", "error", cliErr, "stderr", cliErr.(*exec.ExitError).Stderr)
|
||||
}
|
||||
|
4
examples/config/file.jx.yaml
Normal file
4
examples/config/file.jx.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
configurations:
|
||||
- name: myfiles
|
||||
values:
|
||||
prefix: /home/testuser
|
Loading…
Reference in New Issue
Block a user