Skip to content

Commit a862675

Browse files
committed
Fix install-codeigniter-matches-cli.sh
1 parent c6666e0 commit a862675

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

bin/install-codeigniter-matches-cli.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ OS=`uname`
2929
if [ "$OS" = "Darwin" ]; then
3030
cp -rf "$repos-$version/config/" ../application/config/
3131
cp -rf "$repos-$version/controllers/" ../application/controllers/
32-
cp -rf "$repos-$version/views/" ../application/third_party/
32+
cp -rf "$repos-$version/views/" ../application/views/
3333
else
3434
cp -rf "$repos-$version/config/" -T ../application/config/
3535
cp -rf "$repos-$version/controllers/" -T ../application/controllers/
36-
cp -rf "$repos-$version/views/" -T ../application/third_party/
36+
cp -rf "$repos-$version/views/" -T ../application/views/
3737
fi
3838

3939
rm "$zip"

0 commit comments

Comments
 (0)