Skip to content

Commit

Permalink
remove lof
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Gagis committed Feb 28, 2024
1 parent 4e10e3a commit 2da2888
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/myci-aptian-add.sh
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,9 @@ done

repo_dir="$(realpath --canonicalize-missing ${base_dir}${owner}/${repo})/"

echo "repo_dir = $repo_dir"
# echo "repo_dir = $repo_dir"

# create repo dir if needed

if [ ! -d "$repo_dir" ]; then
mkdir -p $repo_dir
fi
Expand Down

0 comments on commit 2da2888

Please sign in to comment.