Skip to content

Commit 1733f15

Browse files
committed
fix: Moved "helper" package to "aur"
1 parent e0e0c96 commit 1733f15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ async fn main() -> Result<(), reqwest::Error> {
152152
.trim()
153153
));
154154

155-
aurr::install_package(package_name, git_url, args.file_path, args.keep, args.pkgbuild, args.noconfirm);
155+
aur::install_package(package_name, git_url, args.file_path, args.keep, args.pkgbuild, args.noconfirm);
156156

157157
} else if args.downgrade != "" {
158158
if args.aur {

0 commit comments

Comments
 (0)