Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NGPixel committed Nov 19, 2022
1 parent a01a89c commit ce619e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ async function upgrade (name, version) {
await new Promise((resolve, reject) => {
dk.pull(`ghcr.io/requarks/wiki:${version}`, (err, stream) => {
if (err) { return reject(err) }
docker.modem.followProgress(stream, (err) => {
dk.modem.followProgress(stream, (err) => {
if (err) {
reject(err)
} else {
Expand Down

0 comments on commit ce619e2

Please # to comment.