Skip to content

Commit d2f8a2c

Browse files
committed
hot-patch erlware_commons include paths
1 parent 0774e40 commit d2f8a2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vendor/erlware_commons/src/ec_cmd_log.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
colorize/4,
4444
format/1]).
4545

46-
-include("include/ec_cmd_log.hrl").
47-
-include("src/ec_cmd_log.hrl").
46+
-include_lib("erlware_commons/include/ec_cmd_log.hrl").
47+
-include("ec_cmd_log.hrl").
4848

4949
-define(PREFIX, "===> ").
5050

0 commit comments

Comments
 (0)