Skip to content

Commit

Permalink
Update zip.go
Browse files Browse the repository at this point in the history
  • Loading branch information
kavi-99 authored Sep 25, 2024
1 parent 09fe9f2 commit 5109f4f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/setup/deployment/packaging/zip.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ package packaging
import (
"fmt"
log "github.com/sirupsen/logrus"
"math/rand"
// "math/rand"
// 25.09 change for go linter syntax check errors
// "math/rand"
"crypto/rand"
"os"
"os/exec"
"path/filepath"
Expand Down

0 comments on commit 5109f4f

Please sign in to comment.