Skip to content

Commit

Permalink
Fix recreate script
Browse files Browse the repository at this point in the history
  • Loading branch information
kontura authored and j-mracek committed Feb 3, 2021
1 parent 80eefa4 commit db7fccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/repos/rpm/recreate
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

THISDIR="$( readlink -f "$( dirname "$0 )" )"
THISDIR="$( readlink -f "$( dirname "$0" )" )"
cd "$THISDIR"
git rm -rf repodata/
createrepo --no-database -o . ..
Expand Down

0 comments on commit db7fccb

Please sign in to comment.