Skip to content

Commit b5e6d6e

Browse files
committed
fix:
1 parent 7e63a3a commit b5e6d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fpm/dependency.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ module fpm_dependency
6060
use fpm_error, only: error_t, fatal_error
6161
use fpm_filesystem, only: exists, join_path, mkdir, canon_path, windows_path, list_files, is_dir, basename, &
6262
os_delete_dir, get_temp_filename, parent_dir
63-
use fpm_git, only: git_target_revision, git_target_default, git_revision, operator(==), serializable_t
63+
use fpm_git, only: git_target_revision, git_target_default, git_revision, serializable_t
6464
use fpm_manifest, only: package_config_t, dependency_config_t, get_package_data
6565
use fpm_manifest_dependency, only: manifest_has_changed, dependency_destroy
6666
use fpm_manifest_preprocess, only: operator(==)

0 commit comments

Comments
 (0)