Skip to content

Commit 9fe33eb

Browse files
committed
shfumpt
1 parent 9a95a70 commit 9fe33eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/check_go_versions.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ if [ "$IGNORE_NIX" = "false" ]; then
4141
GO_VERSION_GO_MOD_MAJOR_MINOR=$(echo "$GO_VERSION_GO_MOD" | cut -d '.' -f 1-2)
4242
if [ "$GO_VERSION_FLAKE_NIX_MAJOR_MINOR" != "$GO_VERSION_GO_MOD_MAJOR_MINOR" ]; then
4343
error "Go version mismatch between go.mod and flake.nix"
44-
fi
44+
fi
4545
else
46-
log "INFO : Ignoring flake.nix, as IGNORE_NIX=${IGNORE_NIX}"
46+
log "INFO : Ignoring flake.nix, as IGNORE_NIX=${IGNORE_NIX}"
4747
fi
4848

4949
log "Go version check passed, all versions are $GO_VERSION_GO_MOD"

0 commit comments

Comments
 (0)