mirror of
https://github.com/gravitl/netmaker.git
synced 2025-02-25 08:34:47 +08:00
comment for whitespace placeholder
This commit is contained in:
parent
c99e6bf75a
commit
35f4bbf808
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ import (
|
|||
"github.com/gravitl/netmaker/logger"
|
||||
)
|
||||
|
||||
// WHITESPACE_PLACEHOLDER - used with RunCMD - if a path has whitespace, use this to avoid running path as 2 args in RunCMD
|
||||
const WHITESPACE_PLACEHOLDER = "+-+-+-+"
|
||||
|
||||
// RunCmd - runs a local command
|
||||
|
|
Loading…
Reference in a new issue