Skip to content

Commit 4676898

Browse files
Update agent/agentcontainers/devcontainer.go
Co-authored-by: Danielle Maywood <danielle@themaywoods.com>
1 parent 55c5c46 commit 4676898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agent/agentcontainers/devcontainer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func expandDevcontainerPaths(logger slog.Logger, expandPath func(string) (string
7575
}
7676
if dc.ConfigPath != "" {
7777
// Let expandPath handle home directory, otherwise assume relative to
78-
// workspace folder or absoulte.
78+
// workspace folder or absolute.
7979
if dc.ConfigPath[0] == '~' {
8080
if cp, err := expandPath(dc.ConfigPath); err != nil {
8181
logger.Warn(context.Background(), "expand devcontainer config path failed", slog.Error(err))

0 commit comments

Comments
 (0)