Skip to content

Commit 7b8a0ff

Browse files
author
Maxim Lobanov
committed
Rebuild source code
1 parent 43ede7a commit 7b8a0ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1517,7 +1517,7 @@ class CocoapodsInstaller {
15171517
core.info("debug");
15181518
// Install new version of Cocoapods
15191519
const versionArguments = (versionSpec === "latest") ? [] : ["-v", versionSpec];
1520-
await exec.exec("gem", ["install", "cocoapods", ...versionArguments, "--no-document"]);
1520+
await exec.exec("gem", ["install", "cocoapods", ...versionArguments, "--no-document"]);
15211521
core.info(`Cocoapods ${versionSpec} has been installed successfully`);
15221522
}
15231523
static getVersionFromPodfile(podfilePath) {

0 commit comments

Comments
 (0)