Skip to content

Commit

Permalink
Fixed default output to docksal.yml file (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
sean-e-dietrich authored and achekulaev committed Nov 3, 2018
1 parent bdef46a commit 1ea2d29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pma/pma
Expand Up @@ -58,7 +58,7 @@ yml_prepare ()
fi

# Create docksal.yml if needed
yml_is_valid || echo -e "$YML_DEFAULT_BODY" >> "$DOCKSAL_YML"
yml_is_valid || echo -e "$YML_DEFAULT_BODY" > "$DOCKSAL_YML"
}

# Install tool required to edit yml from command line
Expand Down

0 comments on commit 1ea2d29

Please sign in to comment.