Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
frisso committed Jul 27, 2019
1 parent bcb03e3 commit 6edf5aa
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ module transparenthelloworld {
}
default PASS;
description "Action performed on ingress packets";
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)";
}

leaf egress-action {
Expand All @@ -35,6 +35,6 @@ module transparenthelloworld {
}
default PASS;
description "Action performed on egress packets";
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)"
polycube-base:cli-example "DROP/PASS/SLOWPATH (default: PASS)";
}
}

0 comments on commit 6edf5aa

Please sign in to comment.