summaryrefslogtreecommitdiff
path: root/repo.proto
diff options
context:
space:
mode:
Diffstat (limited to 'repo.proto')
-rw-r--r--repo.proto2
1 files changed, 1 insertions, 1 deletions
diff --git a/repo.proto b/repo.proto
index cef8607..9a966e4 100644
--- a/repo.proto
+++ b/repo.proto
@@ -24,7 +24,7 @@ message Repo {
string develBranch = 9; // whatever the git 'devel' branch name is
string userBranch = 10; // whatever your username branch is
- string debname = 11; // the actual name used with 'apt install' (or distro apt equivalent.
+ string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent.
// todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install'
// so we can make easier instructions for new linux users. KISS