Skip to content

Commit

Permalink
squeak: fix FMRI in pkg change-facet command
Browse files Browse the repository at this point in the history
  • Loading branch information
cstes authored Sep 14, 2024
1 parent f8beb01 commit c41f38e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/handbook/community/squeak.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ A copy of the License is available at http://illumos.org/license/PDL.
The Original Documentation is at https://squeak.org/documentation/
The Initial Writer of this Documentation is David Stes Copyright (C) 2020.
The Initial Writer of this Documentation is David Stes Copyright (C) 2020-2024
All Rights Reserved. (https://sourceforge.net/u/stes/profile).
Contributor(s): David Stes.
Expand Down Expand Up @@ -298,13 +298,13 @@ to update the entire userland-incorporation.
If there is a need to install a different version of squeak, without upgrading the userland-incorporation, you can do :

```none
# pkg change-facet facet.version-lock.runtime/stack-spur=false
# pkg change-facet facet.version-lock.runtime/smalltalk/stack-spur=false
```

and

```none
# pkg change-facet facet.version-lock.runtime/stack-spur-nodisplay=false
# pkg change-facet facet.version-lock.runtime/smalltalk/stack-spur-nodisplay=false
```

This can make it possible to update stack-spur without updating the userland-incorporation:
Expand Down

0 comments on commit c41f38e

Please sign in to comment.