Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Use the right variable
Baptiste Daroussin committed 11 years ago
commit 6246a6acc81edbcbce282a3efda4bb38d87c0767
parent 416f719494968567ba3fd5c4727bcbe4e6c514c1
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);