mirror of
https://github.com/aptly-dev/aptly.git
synced 2026-04-20 19:38:39 +00:00
rename addon files to skel files
This commit is contained in:
@@ -527,9 +527,9 @@ func (context *AptlyContext) GetVerifier() pgp.Verifier {
|
||||
return pgp.NewGpgVerifier(context.getGPGFinder())
|
||||
}
|
||||
|
||||
// AddonPath builds the local addon folder
|
||||
func (context *AptlyContext) AddonPath() string {
|
||||
return filepath.Join(context.config().RootDir, "addon")
|
||||
// SkelPath builds the local skeleton folder
|
||||
func (context *AptlyContext) SkelPath() string {
|
||||
return filepath.Join(context.config().RootDir, "skel")
|
||||
}
|
||||
|
||||
// UpdateFlags sets internal copy of flags in the context
|
||||
|
||||
Reference in New Issue
Block a user