Skip to content

Commit

Permalink
Update src/ActionsImporter/Commands/Common.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Ethan Dennis <ethanis@github.com>
  • Loading branch information
j-dunham and ethanis authored Jul 18, 2023
1 parent 2a2b735 commit ecf894c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionsImporter/Commands/Common.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public static class Common

public static readonly Option<bool> NoHostNetwork = new("--no-host-network")
{
Description = "Disable using host network.",
Description = "Use docker's default bridge network instead of the host machine's network.",
IsRequired = false,
};

Expand Down

0 comments on commit ecf894c

Please sign in to comment.