Skip to content

Commit 5b0b1f9

Browse files
Update provider/workspace_preset.go
Co-authored-by: Danny Kopping <[email protected]>
1 parent 7bbe0d8 commit 5b0b1f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

provider/workspace_preset.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ See https://en.wikipedia.org/wiki/List_of_tz_database_time_zones for a complete
161161

162162
_, err := time.LoadLocation(timezone)
163163
if err != nil {
164-
return nil, []error{fmt.Errorf("failed to load location: %w", err)}
164+
return nil, []error{fmt.Errorf("failed to load timezone %q: %w", timezone, err)}
165165
}
166166

167167
return nil, nil

0 commit comments

Comments
 (0)