We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6666e0 commit a862675Copy full SHA for a862675
1 file changed
bin/install-codeigniter-matches-cli.sh
@@ -29,11 +29,11 @@ OS=`uname`
29
if [ "$OS" = "Darwin" ]; then
30
cp -rf "$repos-$version/config/" ../application/config/
31
cp -rf "$repos-$version/controllers/" ../application/controllers/
32
- cp -rf "$repos-$version/views/" ../application/third_party/
+ cp -rf "$repos-$version/views/" ../application/views/
33
else
34
cp -rf "$repos-$version/config/" -T ../application/config/
35
cp -rf "$repos-$version/controllers/" -T ../application/controllers/
36
- cp -rf "$repos-$version/views/" -T ../application/third_party/
+ cp -rf "$repos-$version/views/" -T ../application/views/
37
fi
38
39
rm "$zip"
0 commit comments