Correct spelling for GNOME Shell extensions update (#778)
This commit is contained in:
@@ -141,10 +141,10 @@ pub fn upgrade_gnome_extensions(ctx: &ExecutionContext) -> Result<()> {
|
|||||||
"call",
|
"call",
|
||||||
"--session",
|
"--session",
|
||||||
"--dest",
|
"--dest",
|
||||||
"rg.gnome.Shell.Extensions",
|
"org.gnome.Shell.Extensions",
|
||||||
"--object-path",
|
"--object-path",
|
||||||
"org/gnome/Shell/Extensions",
|
"org/gnome/Shell/Extensions",
|
||||||
"-method",
|
"--method",
|
||||||
"org.gnome.Shell.Extensions.CheckForUpdates",
|
"org.gnome.Shell.Extensions.CheckForUpdates",
|
||||||
])
|
])
|
||||||
.check_run()
|
.check_run()
|
||||||
|
|||||||
Reference in New Issue
Block a user