Skip to content

Commit

Permalink
fix(executor): remove unused import preventing compilation
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Collins <alex_collins@intuit.com>
  • Loading branch information
alexec authored and sarabala1979 committed Jul 27, 2021
1 parent 1eaa381 commit 4347acf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions workflow/executor/os-specific/umask_windows.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
package os_specific

import "syscall"

func AllowGrantingAccessToEveryone() {
// There's no umask in Windows.
// TODO: figure out how we can allow this in Windows.
Expand Down

0 comments on commit 4347acf

Please sign in to comment.