Skip to content
This repository has been archived by the owner on Jun 30, 2023. It is now read-only.

Commit

Permalink
Merge branch 'feat/backup' of github.com:KenethSandoval/log4jscanner …
Browse files Browse the repository at this point in the history
…into feat/backup
  • Loading branch information
karchx committed Jun 30, 2022
2 parents 3fe86dd + 942a879 commit 0dfa459
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jar/backup.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import (
// backupFile makes copies JARs file in the backup folder
func backupFile(jarPath, jarSource, jarFile string) error {
pathdst := filepath.Join(jarPath, jarFile+".bak")

_, err := copyJars(jarSource, pathdst)
if err != nil {
return err
Expand Down

0 comments on commit 0dfa459

Please sign in to comment.