Skip to content

Commit

Permalink
Update gitops.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatter authored Nov 7, 2024
1 parent dc13b31 commit 072a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitops.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ FLEET_GLOBAL_FILE="${FLEET_GLOBAL_FILE:-$FLEET_GITOPS_DIR/default.yml}"
FLEETCTL="${FLEETCTL:-fleetctl}"
FLEET_DRY_RUN_ONLY="${FLEET_DRY_RUN_ONLY:-false}"
FLEET_DELETE_OTHER_TEAMS="${FLEET_DELETE_OTHER_TEAMS:-true}"
time='$time'
export time='$time'

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

0 comments on commit 072a1d4

Please sign in to comment.