Skip to content

Commit cae0f7f

Browse files
committed
Debug
1 parent 3c70b0f commit cae0f7f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ if (isMac()) {
144144

145145
if (postgresVersion != defaultVersion || isArm()) {
146146
// remove previous cluster so port 5432 is used
147-
if (!isArm(()) {
147+
if (!isArm()) {
148148
run(`sudo pg_dropcluster ${defaultVersion} main`);
149149
}
150150

0 commit comments

Comments
 (0)