Skip to content

Commit 072a1d4

Browse files
authored
Update gitops.sh
1 parent dc13b31 commit 072a1d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitops.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FLEET_GLOBAL_FILE="${FLEET_GLOBAL_FILE:-$FLEET_GITOPS_DIR/default.yml}"
1111
FLEETCTL="${FLEETCTL:-fleetctl}"
1212
FLEET_DRY_RUN_ONLY="${FLEET_DRY_RUN_ONLY:-false}"
1313
FLEET_DELETE_OTHER_TEAMS="${FLEET_DELETE_OTHER_TEAMS:-true}"
14-
time='$time'
14+
export time='$time'
1515

1616
# Validate that global file contains org_settings
1717
grep -Exq "^org_settings:.*" "$FLEET_GLOBAL_FILE"

0 commit comments

Comments
 (0)