Skip to content
This repository has been archived by the owner on Dec 25, 2024. It is now read-only.

Commit

Permalink
fix: fsync kernel typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tulilirockz authored Mar 8, 2024
1 parent 62ceb41 commit 802f393
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/scripts/fsync-kernel.nu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env -S nu
let FEDORA_MAJOR_VERSION = (rpm -E %fedora)
let REPO_FILE_PATH= "/etc/yum.repos.d/_copr_sentry-kernel-fsync.repo"
let REPO_FILE_PATH = "/etc/yum.repos.d/_copr_sentry-kernel-fsync.repo"

wget $"https://copr.fedorainfracloud.org/coprs/sentry/kernel-fsync/repo/fedora-($FEDORA_MAJOR_VERSION)/sentry-kernel-fsync-fedora-($$FEDORA_MAJOR_VERSION).repo" -O $REPO_FILE_PATH

Expand Down

0 comments on commit 802f393

Please sign in to comment.