We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02ae570 commit db9513fCopy full SHA for db9513f
internal/pkg/status/status.go
@@ -67,6 +67,5 @@ func SaveStatus() error {
67
return err
68
}
69
configFilePath := filepath.Join(configPath, "devcontainer-cli-status.json")
70
- fmt.Printf("HERE: %q\n", configFilePath)
71
return viper.WriteConfigAs(configFilePath)
72
0 commit comments