Skip to content

Commit

Permalink
Update dist files, run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
alexarchambault committed Aug 14, 2020
1 parent b898bd2 commit f68f37d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/restore/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/restore/index.js.map

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion src/restore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ function getCachePath(os: string): string {
}

async function run(): Promise<void> {

let paths: string[] = []

const userSpecifiedCachePath = core.getInput('path')
Expand Down

0 comments on commit f68f37d

Please sign in to comment.