Skip to content

Commit

Permalink
Merge pull request #3 from danielweinmann/fix_ruby_script_path
Browse files Browse the repository at this point in the history
Fixes path for BuildDotenvConfig.ruby on project.pbxproj
  • Loading branch information
Pedro Belo committed Mar 2, 2016
2 parents fe0f56e + 2b2db8d commit ce0eb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios/ReactNativeConfig.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/Users/pedro/dev/lugg/react-native-config/ios/ReactNativeConfig/BuildDotenvConfig.ruby";
shellScript = "./ReactNativeConfig/BuildDotenvConfig.ruby";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit ce0eb6f

Please sign in to comment.