Skip to content

Commit 2eba94e

Browse files
committed
update
1 parent ac197f6 commit 2eba94e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

cmd/add.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ func addProjectActually(project *Project) {
5151
func addProject(project *Project) {
5252
//the environment variable is stored in a variable in order to create and find the path.json file in the directory where the app is located
5353
filEnv := os.Getenv("gproject")
54-
_, errs := os.OpenFile(filEnv+"/path.json", os.O_APPEND|os.O_WRONLY|os.O_CREATE, 0600)
54+
_, errs := os.OpenFile(filEnv+"\\path.json", os.O_APPEND|os.O_WRONLY|os.O_CREATE, 0600)
5555
if errs != nil {
5656
panic(errs)
5757
}

gproject.exe

8.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)