Skip to content

Commit

Permalink
Fix Println that said WTF instead of ElvUI
Browse files Browse the repository at this point in the history
  • Loading branch information
ldougbmx committed Dec 7, 2021
1 parent 9d39d33 commit 7acae5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/updateElvUI.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func ZipElvUI() {
currentTime := time.Now()
folderName := currentTime.Format("2006-01-02")

fmt.Println("Beginning backup of WTF folder")
fmt.Println("Beginning backup of ElvUI folder")
if err := utilities.ZipSource(elvuiFolder, backupFolder+folderName+".zip"); err != nil {
log.Fatal(err)
}
Expand Down

0 comments on commit 7acae5c

Please sign in to comment.