diff options
| author | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
|---|---|---|
| committer | dacctal <dacctal@symlinx.net> | 2026-06-07 05:58:15 +0000 |
| commit | ea6745dd7ad75c85d0ea4471e9f3357532fb0eb0 (patch) | |
| tree | 1b5a01898a845f579981303edb0709f9cc95a2f2 /src/add_repo.c | |
| parent | ab3f27fd2fb32a52f76146970823525f044a325c (diff) | |
tiny fixes & .editorconfig (thx indium)0.1.1
Diffstat (limited to 'src/add_repo.c')
| -rw-r--r-- | src/add_repo.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/add_repo.c b/src/add_repo.c index 0644f75..db8c46a 100644 --- a/src/add_repo.c +++ b/src/add_repo.c @@ -29,6 +29,4 @@ void add_repo(const char *repo, const char *repo_name) { fprintf(wfile, "%srepositories[\"%s\"] = { url = \"%s\" }\n", previous_repos, repo_name, repo); fclose(wfile); } - - printf("%s%sAdded %s%s\n", print_pkgit, green, repo_name, color_reset); }
\ No newline at end of file |
