Skip to content

Commit

Permalink
Fix script dir
Browse files Browse the repository at this point in the history
  • Loading branch information
almahmoud authored Nov 3, 2023
1 parent 07c39f8 commit 01b04b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate_packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if __name__ == '__main__':
EOF

cd ..
sed -i "s/##$IMAGEDIR-VERSION##/$(cat $IMAGEDIR/VERSION)/g"

cd .. && python scripts/generate_packages.py $IMAGEDIR
python scripts/generate_packages.py $IMAGEDIR

0 comments on commit 01b04b6

Please sign in to comment.