Skip to content

Commit 75c9acf

Browse files
committed
⌚ Changes path for manifest
1 parent b8e8a9f commit 75c9acf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/info/info.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ func fetchExtensions() string {
3737
func readJsonFile() map[string]interface{} {
3838
var content map[string]interface{}
3939

40-
data, _ := os.ReadFile("/.manifest")
40+
data, _ := os.ReadFile("/var/lib/workspace/manifest.json")
4141

4242
_ = json.Unmarshal(data, &content)
4343

0 commit comments

Comments
 (0)