Skip to content

Commit e4112ca

Browse files
author
Gabriel MOUGEOT
committed
fix install script after repo renaming
1 parent 8045d66 commit e4112ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ install_luajwt() {
128128
if [ ! -e $lua_dep_dir ]; then
129129
mkdir -p $lua_dep_dir;
130130
fi;
131-
mv $SOURCE_DIR/haproxy-lua-jwt-master/lib/*.lua $lua_dep_dir
131+
mv $SOURCE_DIR/haproxy-lua-oauth-master/lib/*.lua $lua_dep_dir
132132
}
133133

134134
install_luajwt_deps() {

0 commit comments

Comments
 (0)