Skip to content

Commit

Permalink
Fix: replace with in OSS docs (#5501)
Browse files Browse the repository at this point in the history
Signed-off-by: Fabio Grätz <[email protected]>
Co-authored-by: Fabio Grätz <[email protected]>
  • Loading branch information
fg91 and Fabio Grätz authored Jun 21, 2024
1 parent 4cb1473 commit f54b74e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions flytectl/cmd/update/project.go
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ For example, to archive a project:
::
$ uctl update project --file update.yaml --archive
$ flytectl update project --file update.yaml --archive
And to activate (unarchive) the same project:
Expand All @@ -85,7 +85,7 @@ And to activate (unarchive) the same project:
::
$ uctl update project --file update.yaml --archive
$ flytectl update project --file update.yaml --archive
Note that when using a *yaml* file, the *activate* flag is not used.
Instead, the *archive* flag is used for *both* archiving and activating (unarchiving) with the difference being in the *state* field of the *yaml* file.
Expand Down
4 changes: 2 additions & 2 deletions flytectl/docs/source/gen/flytectl_update_project.rst

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f54b74e

Please sign in to comment.