Skip to content

Commit

Permalink
Fixed filename when manualy downloading logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mchf committed Dec 4, 2023
1 parent 62a87bc commit 4c0fcc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion service/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
agama (6)
agama (6.devel23)
cfa (~> 1.0.2)
cfa_grub2 (~> 2.0.0)
cheetah (~> 1.0.0)
Expand Down
2 changes: 1 addition & 1 deletion web/src/components/core/LogsButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import { Alert, Button } from "@patternfly/react-core";
import { Icon } from "~/components/layout";
import { _ } from "~/i18n";

const FILENAME = "y2logs.tar.xz";
const FILENAME = "agama-installation-logs.tar.bzip2";
const FILETYPE = "application/x-xz";

/**
Expand Down

0 comments on commit 4c0fcc3

Please sign in to comment.