Skip to content

Commit

Permalink
fix indentation --keys-dir
Browse files Browse the repository at this point in the history
  • Loading branch information
muhmuhten committed Oct 15, 2015
1 parent a443a85 commit fb46615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder/scripts/mkimage-alpine.bash
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ build() {

# conf
{
echo "$mirror/$rel/main"
[[ "$OMIT_COMMUNITY" ]] || echo "$mirror/$rel/community"
echo "$mirror/$rel/main"
[[ "$OMIT_COMMUNITY" ]] || echo "$mirror/$rel/community"
[[ "$REPO_EXTRA" ]] && {
[[ "$rel" == "edge" ]] || echo "@edge $mirror/edge/main"
echo "@testing $mirror/edge/testing"
Expand Down

0 comments on commit fb46615

Please sign in to comment.