Skip to content
Snippets Groups Projects
Commit 26618d3b authored by Anthony's avatar Anthony
Browse files

Fix parent folfer link

parent 8dfe0ac4
No related branches found
No related tags found
No related merge requests found
Pipeline #1355 passed
...@@ -30,7 +30,7 @@ walk_through_manifest(){ ...@@ -30,7 +30,7 @@ walk_through_manifest(){
echo " " >> $MANIFEST_FILE echo " " >> $MANIFEST_FILE
if [ -n "$2" ]; then if [ -n "$2" ]; then
echo "- [..]($PUBLISHER$2manifest)" >> $MANIFEST_FILE echo "- [..]($PUBLISHER/$2manifest)" >> $MANIFEST_FILE
fi fi
for d in $(ls -d */ 2>/dev/null); for d in $(ls -d */ 2>/dev/null);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment