Skip to content
Snippets Groups Projects
Commit 86f7f243 authored by guinux's avatar guinux
Browse files

Merge branch 'master' of https://github.com/manjaro/pamac

parents 12db337b 51772e76
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,7 @@ namespace Pamac {
}
public void run_history_dialog () {
var file = GLib.File.new_for_path ("/var/log/pamac.log");
var file = GLib.File.new_for_path ("/var/log/pacman.log");
if (!file.query_exists ()) {
GLib.stderr.printf ("File '%s' doesn't exist.\n", file.get_path ());
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment