Skip to content

Commit

Permalink
Fix version info code and add extra error check to ConnectVector
Browse files Browse the repository at this point in the history
  • Loading branch information
kercre123 committed Apr 21, 2024
1 parent cefee63 commit 4f2c0c7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chipper/pkg/vars/vars.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ func Init() {
Certs = join(podDir, "./certs")
SessionCertPath = join(podDir, SessionCertPath)
SavedChatsPath = join(podDir, SavedChatsPath)
VersionFile = join(confDir, VersionFile)
os.Mkdir(JdocsDir, 0777)
os.Mkdir(SessionCertPath, 0777)
os.Mkdir(Certs, 0777)
Expand Down

0 comments on commit 4f2c0c7

Please sign in to comment.