Skip to content

Commit 812b36f

Browse files
committed
optimize stop point on cloud deploy file config picking
1 parent 99eb85e commit 812b36f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/cloud_deploy.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -229,6 +229,7 @@ func (d *KoolDeploy) createReleaseFile() (filename string, err error) {
229229

230230
if _, err = os.Stat(file); err == nil {
231231
allFiles = append(allFiles, file)
232+
break
232233
}
233234
}
234235

0 commit comments

Comments
 (0)