Skip to content

Commit 7a689a5

Browse files
committed
fix: another unix-path assumption
1 parent 3d64d0c commit 7a689a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/cmd/cmd_migrate.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func (c MigrateCommand) Execute() error {
5454
return err
5555
}
5656

57-
fmt.Printf("Successfully migrated %q to %q\n", home+"/.grconfig.json", migratedPath)
57+
fmt.Printf("Successfully migrated %q to %q\n", grPath, migratedPath)
5858

5959
return nil
6060
}

0 commit comments

Comments
 (0)