Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Correct spelling for GNOME Shell extensions update (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdaase authored Oct 26, 2021
1 parent eeb6eb1 commit bff66f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/steps/os/unix.rs
Original file line number Diff line number Diff line change
Expand Up @@ -141,10 +141,10 @@ pub fn upgrade_gnome_extensions(ctx: &ExecutionContext) -> Result<()> {
"call",
"--session",
"--dest",
"rg.gnome.Shell.Extensions",
"org.gnome.Shell.Extensions",
"--object-path",
"org/gnome/Shell/Extensions",
"-method",
"--method",
"org.gnome.Shell.Extensions.CheckForUpdates",
])
.check_run()
Expand Down

0 comments on commit bff66f1

Please sign in to comment.