Skip to content
Snippets Groups Projects
Commit d7d477bc authored by Eric Bremner's avatar Eric Bremner
Browse files

ISTWCMS-5597: fixing copy fonts command in build ohana script

parent 381567ea
No related branches found
No related tags found
1 merge request!3Feature/istwcms 5597 ebremner fonts
......@@ -61,7 +61,7 @@ fi
echo "**************************************************************************************"
echo "Copying fonts ..."
cp -r "$DRUPAL_PATH/web/fonts/*" dist/fonts
cp "$DRUPAL_PATH"/web/fonts/* dist/fonts
echo "**************************************************************************************"
echo "Done copying fonts."
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment