Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix build page view
  • Loading branch information
BrunoQuaresma committed May 25, 2025
commit 50dd8c38da086d1293d063ed38e09d4949315b34
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ export const WorkspaceBuildPageView: FC<WorkspaceBuildPageViewProps> = ({
fontWeight: 600,
}}
>
{`coder rm ${`${build.workspace_owner_name}/${build.workspace_name}`} --orphan`}
{`coder rm ${`${build.workspace_owner_username}/${build.workspace_name}`} --orphan`}
</code>{" "}
to delete the workspace skipping resource destruction.
</div>
Expand Down
Loading