Skip to content

Commit 5a529a5

Browse files
committed
fixed go formating error
1 parent 04d5d9a commit 5a529a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ func main() {
2727
// Read configuration from environment variables
2828
// Best practice: Use a dedicated config file or flags for production
2929
apiToken := os.Getenv("CF_API_TOKEN")
30-
zoneName := os.Getenv("CF_ZONE_NAME") // e.g., "example.com"
30+
zoneName := os.Getenv("CF_ZONE_NAME") // e.g., "example.com"
3131
recordName := os.Getenv("CF_RECORD_NAME") // e.g., "home.example.com" or "example.com"
3232

3333
if apiToken == "" || zoneName == "" || recordName == "" {

0 commit comments

Comments
 (0)