Skip to content

Commit 981ab92

Browse files
output vars fix
1 parent d804deb commit 981ab92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ func displaySummary(total, passed, failed int, errors int, newErrors int, projec
240240
}
241241

242242
// Write to the .env file
243-
filePath := fmt.Sprintf("%s/.env", droneOutputPath)
243+
filePath := fmt.Sprintf("%s", droneOutputPath)
244244
file, err := os.OpenFile(filePath, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0644)
245245
if err != nil {
246246
fmt.Println("Error opening/creating .env file:", err)

0 commit comments

Comments
 (0)