Skip to content

Commit

Permalink
realocate const definition
Browse files Browse the repository at this point in the history
  • Loading branch information
joao-zanutto authored Apr 2, 2024
1 parent 77bb54e commit 35ffd3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/greenmask/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@

package cmd

const defaultTempDir = "/tmp"

import (
"fmt"
"runtime/debug"
Expand All @@ -39,6 +37,8 @@ import (
configUtils "github.com/greenmaskio/greenmask/internal/utils/config"
)

const defaultTempDir = "/tmp"

var (
Version string
Commit string
Expand Down

0 comments on commit 35ffd3b

Please sign in to comment.