Skip to content

Commit

Permalink
Ensure stable output for PHP extensions in psh configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
fabpot committed Jan 22, 2022
1 parent 711881e commit f8bc894
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions commands/init_templating.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ import (
"net/url"
"os"
"path/filepath"
"sort"
"strings"
"text/template"

Expand Down Expand Up @@ -74,6 +75,7 @@ func createRequiredFilesProject(rootDirectory, projectSlug, templateName string,
phpExts = append(phpExts, v...)
}
}
sort.Strings(phpExts)
serviceDiskSizes := map[string]string{
"postgresql": "1024",
}
Expand Down

0 comments on commit f8bc894

Please sign in to comment.