Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Use the right variable
Baptiste Daroussin committed 11 years ago
commit 6246a6acc81edbcbce282a3efda4bb38d87c0767
parent 416f719
1 file changed +1 -1
modified libpkg/pkg_jobs.c
@@ -1012,7 +1012,7 @@ pkg_jobs_find_remote_pattern(struct pkg_jobs *j, struct job_pattern *jp,
		}
		else {
			pkg_emit_error("cannot load %s: invalid format",
-
					jfp.pattern);
+
					jp->pattern);
			rc = EPKG_FATAL;
		}
		pkg_manifest_keys_free(keys);