Correct spelling for GNOME Shell extensions update (#778)

This commit is contained in:
Björn Daase
2021-10-26 08:29:55 +02:00
committed by GitHub
parent eeb6eb12b3
commit bff66f1212

View File

@@ -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()