0883d55bb8882697cc0c21814460baacc5faaa00
"workdir' with const, same as other flags in service create
This is a minor fix that tries to replace `"workdir"` with const in `service create`. Since `"workdir"` is the only string not defined as const in `func addServiceFlags()`, I think it makes sense to replace `"workdir"` with a const to be consistent. The flag `"workdir"` in `service update` has also been replaced. Signed-off-by: Yong Tang <yong.tang.github@outlook.com> Upstream-commit: 55d05fc0556dc7d3ff3c65b8d739e48a1f79afab Component: engine
Description
No description provided
Languages
Go
92%
Shell
5.5%
Dockerfile
1.1%
Go-Checksums
0.9%
Makefile
0.3%
Other
0.2%