Skip to content

Commit

Permalink
Fixed naming issue
Browse files Browse the repository at this point in the history
  • Loading branch information
vrooze committed Sep 29, 2022
1 parent 2fdcdbf commit f9de85f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions ProfessionProfessor.lua
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
local version = "2.0.0";

ProfessionProfessor = LibStub("AceAddon-3.0"):NewAddon("ProfessionProfessor", "AceEvent-3.0", "AceConsole-3.0", "AceSerializer-3.0")

-- Create shorthand reference for less typing
prof = ProfessionProfessor

local version = "2.0.0";

local aceGUI = LibStub("AceGUI-3.0")

local allowedTradeskills = {
Expand Down
2 changes: 1 addition & 1 deletion build-release.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
RELEASE_NAME="ProfessionsProfessor"
RELEASE_NAME="ProfessionProfessor"

echo "Building Release zip..."
rm -f ${RELEASE_NAME}.zip
Expand Down

0 comments on commit f9de85f

Please sign in to comment.