Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix: use proper go tags for windows build (#117)
Browse files Browse the repository at this point in the history
* fix: use proper go tags for windows build
  • Loading branch information
tneely authored Oct 22, 2021
1 parent 4e54c3b commit 7dfa94a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion packages/cli/cmd/application/description.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// go:build !windows
//go:build !windows
// +build !windows

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/internal/pkg/cli/group/group.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// go:build !windows
//go:build !windows
// +build !windows

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Expand Down
3 changes: 2 additions & 1 deletion packages/cli/internal/pkg/logging/prefix.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
// go:build !windows
//go:build !windows
// +build !windows

// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
// SPDX-License-Identifier: Apache-2.0
Expand Down

0 comments on commit 7dfa94a

Please sign in to comment.