Skip to content

Commit 7eac06b

Browse files
committed
convert: remove the disk key in services
1 parent 099d5f4 commit 7eac06b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commands/project_convert.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,7 @@ func runPlatformShConvert(cmd *cobra.Command) error {
158158
readers.ReplaceAllEntry(&metaConfig.Applications, "local", "instance")
159159
readers.ReplaceAllEntry(&metaConfig.Applications, "shared", "storage")
160160
readers.RemoveAllEntry(&metaConfig.Applications, "disk")
161+
readers.RemoveAllEntry(&metaConfig.Services, "disk")
161162

162163
upsunDir := filepath.Join(cwd, ".upsun")
163164
if err := os.MkdirAll(upsunDir, os.ModePerm); err != nil {

0 commit comments

Comments
 (0)