mirror of
https://github.com/dokku/dokku.git
synced 2025-12-29 00:25:08 +01:00
tests: add functional tests for buildpacks plugin
This commit is contained in:
@@ -114,7 +114,7 @@ func PropertyListAdd(pluginName string, appName string, property string, value s
|
||||
lines = append(lines, line)
|
||||
}
|
||||
|
||||
if index == 0 {
|
||||
if index == 0 || index > len(scannedLines) {
|
||||
lines = append(lines, value)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user