Skip to content
This repository was archived by the owner on Jan 17, 2021. It is now read-only.

Commit a08ee3b

Browse files
committed
fixup! Pass ssh flags to rsync
1 parent fedfbb7 commit a08ee3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ chmod +x ` + codeServerPath + `
8787
flog.Info("synced settings in %s", time.Since(start))
8888

8989
flog.Info("syncing extensions")
90-
err = syncExtensions(host, *sshFlags)
90+
err = syncExtensions(*sshFlags, host)
9191
if err != nil {
9292
flog.Fatal("failed to sync extensions: %v", err)
9393
}

0 commit comments

Comments
 (0)