Skip to content

Commit 3b076b9

Browse files
committed
change gp rebuild to gp validate
1 parent 9bca96d commit 3b076b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitpod-shared/src/validate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ValidateAction = {
1111
command: 'gitpod.gitpodyml.run',
1212
title: 'Validate',
1313
description: 'Validate the workspace configuration',
14-
shellCommand: 'gp rebuild',
14+
shellCommand: 'gp validate',
1515

1616
dockerfileCommand: 'gitpod.gitpodyml.dockerfile.run',
1717
dockerfileEditorContextCommand: 'gitpod.gitpodyml.dockerfile.editorContext.run',

0 commit comments

Comments
 (0)