Skip to content

Commit

Permalink
Fix color loading
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy753421 committed Oct 16, 2013
1 parent e5bb98b commit 828095c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rhawk
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
BEGIN {
json_load("var/login.json", login);
json_load("var/nounicode.json", nounicode);
json_load("var/nocolor.json", nocolors);
json_load("var/nocolor.json", nocolor);

OWNER = login["owner"];

Expand Down

0 comments on commit 828095c

Please sign in to comment.